Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1254 bool FixNamespaceComments; member
2113 FixNamespaceComments == R.FixNamespaceComments &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp475 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
774 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
1050 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
1072 Style.FixNamespaceComments = false; in getWebKitStyle()
1092 Style.FixNamespaceComments = false; in getGNUStyle()
2413 if (Style.FixNamespaceComments) in reformat()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp597 Style.FixNamespaceComments = false; in formatTextOfDeclaration()