Searched refs:getModuleImportLoc (Results 1 – 8 of 8) sorted by relevance
202 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()224 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()239 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
564 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1181 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1189 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
2184 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
1756 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
1140 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
5578 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
1759 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader