Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format29 AfterObjCDeclaration: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1444 bool AfterObjCDeclaration; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp192 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
1420 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1435 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
2013 Style.BraceWrapping.AfterObjCDeclaration = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp4247 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()