Searched refs:getModuleImportLoc (Results 1 – 4 of 4) sorted by relevance
249 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()272 = SM.getModuleImportLoc(Loc); in emitImportStack()291 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
443 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1010 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1018 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
1906 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
1324 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader