Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1034 bool FixNamespaceComments; member
1759 FixNamespaceComments == R.FixNamespaceComments &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp407 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
663 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
897 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
918 Style.FixNamespaceComments = false; in getWebKitStyle()
937 Style.FixNamespaceComments = false; in getGNUStyle()
2169 if (Style.FixNamespaceComments) in reformat()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp597 Style.FixNamespaceComments = false; in formatTextOfDeclaration()