Searched refs:getModuleImportLoc (Results 1 – 9 of 9) sorted by relevance
198 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc203 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
200 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()222 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()237 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
564 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1185 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1193 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
398 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
2377 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
1793 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
1149 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
6150 AddSourceLocation(PP->getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
1936 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader