Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format58 FixNamespaceComments: true
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2491 bool FixNamespaceComments; member
4818 FixNamespaceComments == R.FixNamespaceComments &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp986 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
1486 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
1829 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
1852 Style.FixNamespaceComments = false; in getWebKitStyle()
1872 Style.FixNamespaceComments = false; in getGNUStyle()
3678 if (Style.FixNamespaceComments) { in reformat()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp599 Style.FixNamespaceComments = false; in formatTextOfDeclaration()