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