reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Format/Format.h
 2062            ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
 2062            ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  233       CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {}
tools/clang/lib/Format/Format.cpp
  462     IO.mapOptional("CommentPragmas", Style.CommentPragmas);
  757   LLVMStyle.CommentPragmas = "^ IWYU pragma:";
  932     GoogleStyle.CommentPragmas = "(taze:|^/[ \t]*<|@see)";
tools/clang/lib/Format/UnwrappedLineParser.cpp
  231       CommentPragmasRegex(Style.CommentPragmas), Tokens(nullptr),
tools/clang/unittests/Format/FormatTest.cpp
12503   CHECK_PARSE("CommentPragmas: '// abc$'", CommentPragmas, "// abc$");
tools/clang/unittests/Format/FormatTestComments.cpp
  754   Pragmas.CommentPragmas = "^ IWYU pragma:";