Searched refs:getModuleImportLoc (Results 1 – 6 of 6) sorted by relevance
206 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()229 = SM.getModuleImportLoc(Loc); in emitImportStack()246 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
453 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1043 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1051 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
1081 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
1887 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
4615 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
1343 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader