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

References

tools/clang/lib/Parse/ParseAST.cpp
   70   const Preprocessor &PP = P.getPreprocessor();
   78     const SourceManager &SM = P.getPreprocessor().getSourceManager();
tools/clang/lib/Parse/ParseOpenMP.cpp
  149           : getOpenMPDirectiveKindEx(P.getPreprocessor().getSpelling(Tok));
  157     Tok = P.getPreprocessor().LookAhead(0);
  161             : getOpenMPDirectiveKindEx(P.getPreprocessor().getSpelling(Tok));
  800       P.getPreprocessor().getSpelling(P.getCurToken(), Buffer);
  840   StringRef CtxSelectorName = P.getPreprocessor().getSpelling(Tok, Buffer);
  868         VendorName = P.getPreprocessor().getSpelling(P.getCurToken(), Buffer);
 1102       Kind, Tok.isAnnotation() ? "" : P.getPreprocessor().getSpelling(Tok));
 2451   Preprocessor &PP = P.getPreprocessor();
 2529   Preprocessor &PP = P.getPreprocessor();