Searched refs:CommentPragmas (Results 1 – 5 of 5) sorted by relevance
49 CommentPragmas: '^ IWYU pragma:'
2461 std::string CommentPragmas; member5383 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
1055 IO.mapOptional("CommentPragmas", Style.CommentPragmas); in mapping()1580 LLVMStyle.CommentPragmas = "^ IWYU pragma:"; in getLLVMStyle()1837 GoogleStyle.CommentPragmas = "(taze:|^/[ \t]*<|tslint:|@see)"; in getGoogleStyle()
252 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
163 CommentPragmasRegex(Style.CommentPragmas), Tokens(nullptr), in UnwrappedLineParser()