Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3579 unsigned PenaltyIndentedWhitespace; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1055 Style.PenaltyIndentedWhitespace); in mapping()
1610 LLVMStyle.PenaltyIndentedWhitespace = 0; in getLLVMStyle()
H A DContinuationIndenter.cpp988 Style.PenaltyIndentedWhitespace * (State.Column - State.FirstIndent); in addTokenOnNewLine()