reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
312 ArgLoc = Loc; 316 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(ArgLoc); 320 SourceLocation OldArgLoc = ArgLoc; 321 ArgLoc = Expansion.getExpansionLocStart(); 331 MacroLoc = SM.getExpansionRange(ArgLoc).getBegin(); 333 ArgLoc = Expansion.getSpellingLoc().getLocWithOffset(LocInfo.second); 334 if (ArgLoc.isFileID()) 340 if (SM.isInFileID(ArgLoc, MacroFID)) {