Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h62 PenaltyCache; variable
H A DUnwrappedLineFormatter.cpp1341 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1342 if (DryRun && CacheIt != PenaltyCache.end()) in format()
1456 PenaltyCache[CacheKey] = Penalty; in format()