Home
last modified time | relevance | path

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

/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.h564 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1181 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1189 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
H A DSourceLocation.h396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2184 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1756 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.cpp5578 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
H A DASTReader.cpp1759 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader