Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp178 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc
183 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp204 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()
226 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()
241 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h487 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1104 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1112 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
H A DSourceLocation.h370 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1282 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2078 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5125 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
H A DASTReader.cpp1507 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader