Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h695 bool AfterNamespace; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp485 IO.mapOptional("AfterNamespace", Wrapping.AfterNamespace); in mapping()
580 Expanded.BraceWrapping.AfterNamespace = true; in expandPresets()
602 Expanded.BraceWrapping.AfterNamespace = true; in expandPresets()
1352 if (Style.BraceWrapping.AfterNamespace) { in checkEmptyNamespace()
H A DUnwrappedLineParser.cpp629 return Style.BraceWrapping.AfterNamespace; in ShouldBreakBeforeBrace()