Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h64 PenaltyCache; variable
H A DUnwrappedLineFormatter.cpp1332 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1333 if (DryRun && CacheIt != PenaltyCache.end()) in format()
1447 PenaltyCache[CacheKey] = Penalty; in format()