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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h63 PenaltyCache; member in class:clang::format::UnwrappedLineFormatter
H A DUnwrappedLineFormatter.cpp1076 auto CacheIt = PenaltyCache.find(CacheKey);
1077 if (DryRun && CacheIt != PenaltyCache.end())
1186 PenaltyCache[CacheKey] = Penalty;

Completed in 168 milliseconds