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.h1284 bool AfterObjCDeclaration; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp206 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
1319 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1334 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1890 Style.BraceWrapping.AfterObjCDeclaration = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp4110 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()