Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format58 FixNamespaceComments: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2101 bool FixNamespaceComments; member
3440 FixNamespaceComments == R.FixNamespaceComments &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp651 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
1046 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
1360 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
1382 Style.FixNamespaceComments = false; in getWebKitStyle()
1402 Style.FixNamespaceComments = false; in getGNUStyle()
2857 if (Style.FixNamespaceComments) in reformat()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp599 Style.FixNamespaceComments = false; in formatTextOfDeclaration()