Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3771 unsigned PenaltyBreakScopeResolution; member
5447 PenaltyBreakScopeResolution == R.PenaltyBreakScopeResolution &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1132 Style.PenaltyBreakScopeResolution); in mapping()
1705 LLVMStyle.PenaltyBreakScopeResolution = 500; in getLLVMStyle()
H A DTokenAnnotator.cpp4314 return Style.PenaltyBreakScopeResolution; in splitPenalty()