Home
last modified time | relevance | path

Searched refs:PenaltyBreakScopeResolution (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3562 unsigned PenaltyBreakScopeResolution; member
5103 PenaltyBreakScopeResolution == R.PenaltyBreakScopeResolution &&
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1049 Style.PenaltyBreakScopeResolution); in mapping()
1606 LLVMStyle.PenaltyBreakScopeResolution = 500; in getLLVMStyle()
H A DTokenAnnotator.cpp4193 return Style.PenaltyBreakScopeResolution; in splitPenalty()