Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h699 bool AfterObjCDeclaration; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp486 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
603 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresets()
H A DUnwrappedLineParser.cpp2261 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()