Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2063 bool FixNamespaceComments; member
3305 FixNamespaceComments == R.FixNamespaceComments &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format55 FixNamespaceComments: true
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format58 FixNamespaceComments: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp617 IO.mapOptional("FixNamespaceComments", Style.FixNamespaceComments); in mapping()
1006 LLVMStyle.FixNamespaceComments = true; in getLLVMStyle()
1313 MozillaStyle.FixNamespaceComments = false; in getMozillaStyle()
1335 Style.FixNamespaceComments = false; in getWebKitStyle()
1355 Style.FixNamespaceComments = false; in getGNUStyle()
2789 if (Style.FixNamespaceComments) in reformat()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst232 over ``FixNamespaceComments`` when determining a namespace length.
H A DClangFormatStyleOptions.rst2260 **FixNamespaceComments** (``bool``)
3099 namespace brace) and makes "FixNamespaceComments" omit adding
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp599 Style.FixNamespaceComments = false; in formatTextOfDeclaration()