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.h1392 bool AfterObjCDeclaration; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp179 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
1329 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1344 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1911 Style.BraceWrapping.AfterObjCDeclaration = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp4226 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()