Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h522 bool AllowAllConstructorInitializersOnNextLine; member
3395 AllowAllConstructorInitializersOnNextLine ==
3396 R.AllowAllConstructorInitializersOnNextLine &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp946 (!Style.AllowAllConstructorInitializersOnNextLine && in addTokenOnNewLine()
955 Style.AllowAllConstructorInitializersOnNextLine) in addTokenOnNewLine()
1238 !Style.AllowAllConstructorInitializersOnNextLine; in moveStateToNextToken()
H A DFormat.cpp556 Style.AllowAllConstructorInitializersOnNextLine); in mapping()
991 LLVMStyle.AllowAllConstructorInitializersOnNextLine = true; in getLLVMStyle()