Home
last modified time | relevance | path

Searched refs:getModuleImportLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceLocation.cpp196 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc
201 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp203 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()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h532 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1150 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1158 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
H A DSourceLocation.h395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h2106 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1584 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPragma.cpp1137 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5024 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
H A DASTReader.cpp1633 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader