Searched refs:CommentPragmas (Results 1 – 11 of 11) sorted by relevance
7 CommentPragmas: NOLINT:.*
304 std::string CommentPragmas; member665 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
23 CommentPragmas: NOLINT:.*
59 CommentPragmas: '^ IWYU pragma:'
43 CommentPragmas: '^ IWYU pragma:'
50 CommentPragmas: '^ IWYU pragma:'
42 CommentPragmas: NOLINT
299 IO.mapOptional("CommentPragmas", Style.CommentPragmas); in mapping()518 LLVMStyle.CommentPragmas = "^ IWYU pragma:"; in getLLVMStyle()615 GoogleStyle.CommentPragmas = "@(export|requirecss|return|see|visibility) "; in getGoogleStyle()
74 CommentPragmasRegex(Style.CommentPragmas) {} in ContinuationIndenter()
424 **CommentPragmas** (``std::string``)
1401 Pragmas.CommentPragmas = "^ IWYU pragma:"; in TEST_F()10222 CHECK_PARSE("CommentPragmas: '// abc$'", CommentPragmas, "// abc$"); in TEST_F()