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

References

tools/clang/lib/Lex/TokenLexer.cpp
  901   if (StartLoc.isFileID())
  902     StartLoc = getExpansionLocForMacroDefLoc(StartLoc);
  902     StartLoc = getExpansionLocForMacroDefLoc(StartLoc);
  906   while (SM.getFileID(StartLoc) != MacroFID)
  907     StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin();
  907     StartLoc = SM.getImmediateExpansionRange(StartLoc).getBegin();
  911   LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc,