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