Searched refs:CommentPragmas (Results 1 – 7 of 7) sorted by relevance
1752 std::string CommentPragmas; member3889 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
782 Pragmas.CommentPragmas = "^ IWYU pragma:"; in TEST_F()
20147 CHECK_PARSE("CommentPragmas: '// abc$'", CommentPragmas, "// abc$"); in TEST_F()
733 IO.mapOptional("CommentPragmas", Style.CommentPragmas); in mapping()1238 LLVMStyle.CommentPragmas = "^ IWYU pragma:"; in getLLVMStyle()1459 GoogleStyle.CommentPragmas = "(taze:|^/[ \t]*<|tslint:|@see)"; in getGoogleStyle()
234 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
323 CommentPragmasRegex(Style.CommentPragmas), Tokens(nullptr), in UnwrappedLineParser()
2347 **CommentPragmas** (``String``) :versionbadge:`clang-format 3.7`2353 // CommentPragmas: '^ FOOBAR pragma:'