Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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()
1189 return ExternalSLocEntries->getModuleImportLoc(FID.ID);
1177 getModuleImportLoc(SourceLocation Loc) const { getModuleImportLoc() function
H A DSourceLocation.h396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2181 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1756 SourceLocation getModuleImportLoc(Module *M) const {
1731 SourceLocation getModuleImportLoc(Module *M) const { getModuleImportLoc() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1140 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5578 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in getSelectorRef()
H A DASTReader.cpp1759 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in ReadBlockAbbrevs()
1720 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { getModuleImportLoc() function in ASTReader