Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format29 AfterObjCDeclaration: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1587 bool AfterObjCDeclaration; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp769 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
921 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresets()
937 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresets()
1420 Style.BraceWrapping.AfterObjCDeclaration = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2895 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()