Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format26 AfterFunction: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format27 AfterFunction: false
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format37 AfterFunction: true
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format37 AfterFunction: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1366 if (Style.BraceWrapping.AfterFunction) in parseStructuralElement()
1384 if (Style.BraceWrapping.AfterFunction) in parseStructuralElement()
1489 if (Style.isCSharp() && Style.BraceWrapping.AfterFunction == true) { in parseStructuralElement()
1570 if (!IsTrivialPropertyAccessor && Style.BraceWrapping.AfterFunction == true) in tryToParsePropertyAccessor()
2369 if (Style.BraceWrapping.AfterFunction) in parseRequiresExpression()
2406 if (Style.BraceWrapping.AfterFunction) in parseConstraintExpression()
2744 if (Style.BraceWrapping.AfterFunction) in parseObjCMethod()
H A DFormat.cpp728 IO.mapOptional("AfterFunction", Wrapping.AfterFunction); in mapping()
856 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
862 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
871 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
880 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
896 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
929 Expanded.BraceWrapping.AfterFunction = true; in expandPresets()
1371 Style.BraceWrapping.AfterFunction = true; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp394 return !Style.BraceWrapping.AfterFunction || in tryFitMultipleLinesInOne()
402 Style.BraceWrapping.AfterFunction) { in tryFitMultipleLinesInOne()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1538 bool AfterFunction; member
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1209 * ``bool AfterFunction`` Wrap function definitions.
1361 already been wrapped, i.e. the `AfterFunction` brace wrapping mode is