Home
last modified time | relevance | path

Searched refs:CommentPragmas (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format49 CommentPragmas: '^ IWYU pragma:'
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2347 std::string CommentPragmas; member
5046 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp980 IO.mapOptional("CommentPragmas", Style.CommentPragmas); in mapping()
1489 LLVMStyle.CommentPragmas = "^ IWYU pragma:"; in getLLVMStyle()
1735 GoogleStyle.CommentPragmas = "(taze:|^/[ \t]*<|tslint:|@see)"; in getGoogleStyle()
H A DContinuationIndenter.cpp244 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
H A DUnwrappedLineParser.cpp166 CommentPragmasRegex(Style.CommentPragmas), Tokens(nullptr), in UnwrappedLineParser()