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

References

tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
  105   PP.Lex(PPTok);
  113   while (RawTok.isNot(tok::eof) || PPTok.isNot(tok::eof)) {
  114     SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
  118       PP.Lex(PPTok);
  157     if (PPOffs == RawOffs && isSameToken(RawTok, PPTok)) {
  159       PP.Lex(PPTok);
  185                (PPOffs != RawOffs || !isSameToken(RawTok, PPTok)));
  197       Expansion += ' ' + PP.getSpelling(PPTok);
  198       PP.Lex(PPTok);
  199       PPLoc = SM.getExpansionLoc(PPTok.getLocation());