Home
last modified time | relevance | path

Searched refs:PenaltyCache (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineFormatter.h168 unsigned> PenaltyCache; variable
DUnwrappedLineFormatter.cpp345 auto CacheIt = PenaltyCache.find(CacheKey); in format()
346 if (DryRun && CacheIt != PenaltyCache.end()) in format()
471 PenaltyCache[CacheKey] = Penalty; in format()