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

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  819   Tok.setKind(tok::comment);
  822   while (Tok.isNot(tok::eof)) {
  823     RawLex.LexFromRawLexer(Tok);
  824     if (!Tok.is(tok::comment)) continue;
  826     std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts);
  833     if (ParseDirective(Comment, nullptr, SM, nullptr, Tok.getLocation(),