Searched refs:getModuleImportLoc (Results 1 – 9 of 9) sorted by relevance
196 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc201 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
203 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()225 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()240 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
529 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;1142 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function1150 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
1419 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
2083 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
1129 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
4822 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
1596 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader