Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DSourceLocation.cpp188 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc
193 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp206 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()
229 = SM.getModuleImportLoc(Loc); in emitImportStack()
246 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
/external/llvm-project/clang/lib/Frontend/
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()
/external/clang/include/clang/Basic/
DSourceManager.h453 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1043 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1051 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h532 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1134 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1142 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
DSourceLocation.h396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/external/clang/include/clang/Lex/
DPreprocessor.h1081 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h2071 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1414 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/external/clang/include/clang/Serialization/
DASTReader.h1887 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/external/clang/lib/Serialization/
DASTWriter.cpp4615 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
DASTReader.cpp1343 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp4909 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
DASTReader.cpp1583 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader