Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1752 std::string CommentPragmas; member
3889 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestComments.cpp782 Pragmas.CommentPragmas = "^ IWYU pragma:"; in TEST_F()
H A DFormatTest.cpp20147 CHECK_PARSE("CommentPragmas: '// abc$'", CommentPragmas, "// abc$"); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp733 IO.mapOptional("CommentPragmas", Style.CommentPragmas); in mapping()
1238 LLVMStyle.CommentPragmas = "^ IWYU pragma:"; in getLLVMStyle()
1459 GoogleStyle.CommentPragmas = "(taze:|^/[ \t]*<|tslint:|@see)"; in getGoogleStyle()
H A DContinuationIndenter.cpp234 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
H A DUnwrappedLineParser.cpp323 CommentPragmasRegex(Style.CommentPragmas), Tokens(nullptr), in UnwrappedLineParser()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2347 **CommentPragmas** (``String``) :versionbadge:`clang-format 3.7`
2353 // CommentPragmas: '^ FOOBAR pragma:'