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

References

tools/clang/tools/clang-refactor/TestSupport.cpp
  329       if (Comment.contains_lower("range") && Comment.contains("=") &&
  329       if (Comment.contains_lower("range") && Comment.contains("=") &&
  330           !Comment.contains_lower("run") && !Comment.contains("CHECK")) {
  330           !Comment.contains_lower("run") && !Comment.contains("CHECK")) {
  331         llvm::errs() << "error: suspicious comment '" << Comment
  339     if (!RangeRegex.match(Comment, &Matches) || Comment.contains("CHECK")) {
  339     if (!RangeRegex.match(Comment, &Matches) || Comment.contains("CHECK")) {