reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
903 if (EndLoc.isFileID()) 904 EndLoc = getExpansionLocForMacroDefLoc(EndLoc); 904 EndLoc = getExpansionLocForMacroDefLoc(EndLoc); 908 while (SM.getFileID(EndLoc) != MacroFID) 909 EndLoc = SM.getImmediateExpansionRange(EndLoc).getEnd(); 909 EndLoc = SM.getImmediateExpansionRange(EndLoc).getEnd(); 911 LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc,