Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp774 bool OnNextLine = true; in mapping() local
777 IO.mapOptional("AllowAllConstructorInitializersOnNextLine", OnNextLine); in mapping()
781 Style.PackConstructorInitializers = OnNextLine in mapping()
789 else if (!OnNextLine) in mapping()