Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.h64 PenaltyCache; variable
H A DUnwrappedLineFormatter.cpp1274 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1275 if (DryRun && CacheIt != PenaltyCache.end()) in format()
1388 PenaltyCache[CacheKey] = Penalty; in format()