Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1483 bool AfterObjCDeclaration; member
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp918 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping()
1094 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1110 Expanded.BraceWrapping.AfterObjCDeclaration = true; in expandPresetsBraceWrapping()
1634 Style.BraceWrapping.AfterObjCDeclaration = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp3865 if (Style.BraceWrapping.AfterObjCDeclaration) in parseObjCInterfaceOrImplementation()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1537 * ``bool AfterObjCDeclaration`` Wrap ObjC definitions (interfaces, implementations...).
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20099 CHECK_PARSE_NESTED_BOOL(BraceWrapping, AfterObjCDeclaration); in TEST_F()