Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format58 FixNamespaceComments: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2621 bool FixNamespaceComments; member
5058 FixNamespaceComments == R.FixNamespaceComments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp994 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
1499 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
1850 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
1873 Style.FixNamespaceComments = false; in getWebKitStyle()
1893 Style.FixNamespaceComments = false; in getGNUStyle()
3720 if (Style.FixNamespaceComments) { in reformat()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp601 Style.FixNamespaceComments = false; in formatTextOfDeclaration()