reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
369 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 373 Loc = Expansion.getExpansionLocStart(); 376 if (Loc.isFileID()) { 377 return Loc == TestMacroLoc; 386 MacroLoc = SM.getImmediateExpansionRange(Loc).getBegin(); 392 Loc = Expansion.getSpellingLoc().getLocWithOffset(LocInfo.second); 393 if (Loc.isFileID()) {