Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp200 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc
205 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp202 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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h560 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1177 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1185 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
H A DSourceLocation.h395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2167 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1731 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1140 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5227 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
H A DASTReader.cpp1720 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader