Searched refs:CommentPragmas (Results 1 – 20 of 20) sorted by relevance
304 std::string CommentPragmas; member665 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
5 CommentPragmas: NOLINT:.*
4 CommentPragmas : "^ * \\\\"
7 CommentPragmas: NOLINT:.*
8 CommentPragmas: NOLINT:.*
34 CommentPragmas: '^ NO-FORMAT:'
53 CommentPragmas: '^ IWYU pragma:'144 CommentPragmas: '^ IWYU pragma:'
23 CommentPragmas: NOLINT:.*
59 CommentPragmas: '^ IWYU pragma:'
48 CommentPragmas: '^ IWYU pragma:'
42 CommentPragmas: NOLINT
69 CommentPragmas: '^ *'
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()