Searched refs:getModuleImportLoc (Results 1 – 9 of 9) sorted by relevance
200 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc205 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
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()
539 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1155 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1163 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
2132 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
1728 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
1138 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
5128 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
1602 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader