Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp484 IO.mapOptional("AfterFunction", Wrapping.AfterFunction); in mapping()
579 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
585 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
593 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
601 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
614 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
H A DUnwrappedLineFormatter.cpp332 return !Style.BraceWrapping.AfterFunction || in tryFitMultipleLinesInOne()
340 Style.BraceWrapping.AfterFunction) { in tryFitMultipleLinesInOne()
H A DUnwrappedLineParser.cpp1269 if (Style.BraceWrapping.AfterFunction) in parseStructuralElement()
1281 if (Style.BraceWrapping.AfterFunction) in parseStructuralElement()
2171 if (Style.BraceWrapping.AfterFunction) in parseObjCMethod()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h679 bool AfterFunction; member