Searched refs:getModuleImportLoc (Results 1 – 4 of 4) sorted by relevance
243 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()266 = SM.getModuleImportLoc(Loc); in emitImportStack()285 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
442 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1026 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1034 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
1694 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID);
1046 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader