Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.h62 unsigned> PenaltyCache; variable
DUnwrappedLineFormatter.cpp805 auto CacheIt = PenaltyCache.find(CacheKey); in format()
806 if (DryRun && CacheIt != PenaltyCache.end()) in format()
898 PenaltyCache[CacheKey] = Penalty; in format()