Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format28 AfterObjCDeclaration: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format29 AfterObjCDeclaration: false
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format39 AfterObjCDeclaration: true
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format39 AfterObjCDeclaration: true
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1558 bool AfterObjCDeclaration; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp730 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
882 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresets()
898 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresets()
1373 Style.BraceWrapping.AfterObjCDeclaration = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2817 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1243 * ``bool AfterObjCDeclaration`` Wrap ObjC definitions (interfaces, implementations...).