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

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  751   if (SrcManager && &SM != SrcManager)
  756   const char *CommentRaw = SM.getCharacterData(CommentBegin);
  757   StringRef C(CommentRaw, SM.getCharacterData(Comment.getEnd()) - CommentRaw);
  765     ParseDirective(C, &ED, SM, &PP, CommentBegin, Status, *Markers);
  795     ParseDirective(C2, &ED, SM, &PP, CommentBegin, Status, *Markers);