Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp69 unsigned PPIndentWidth = in nextLine() local
70 (Style.PPIndentWidth >= 0) ? Style.PPIndentWidth : Style.IndentWidth; in nextLine()
72 ? Line.PPLevel * PPIndentWidth + in nextLine()
74 : Line.Level * PPIndentWidth; in nextLine()
H A DFormat.cpp1059 IO.mapOptional("PPIndentWidth", Style.PPIndentWidth); in mapping()
1547 LLVMStyle.PPIndentWidth = -1; in getLLVMStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3621 int PPIndentWidth; member