Searched refs:getModuleImportLoc (Results 1 – 8 of 8) sorted by relevance
178 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc183 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
204 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()226 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()241 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
487 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1104 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1112 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
370 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
1282 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
2078 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
5125 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
1507 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader