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.h2769 bool FixNamespaceComments; member
5396 FixNamespaceComments == R.FixNamespaceComments &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1070 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
1591 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
1952 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
1975 Style.FixNamespaceComments = false; in getWebKitStyle()
1995 Style.FixNamespaceComments = false; in getGNUStyle()
3908 if (Style.FixNamespaceComments) { in reformat()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp600 Style.FixNamespaceComments = false; in formatTextOfDeclaration()