Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3403 unsigned PenaltyBreakScopeResolution; member
4865 PenaltyBreakScopeResolution == R.PenaltyBreakScopeResolution &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1042 Style.PenaltyBreakScopeResolution); in mapping()
1588 LLVMStyle.PenaltyBreakScopeResolution = 500; in getLLVMStyle()
H A DTokenAnnotator.cpp3773 return Style.PenaltyBreakScopeResolution; in splitPenalty()