Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp206 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()
229 = SM.getModuleImportLoc(Loc); in emitImportStack()
246 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
/aosp_15_r20/external/clang/include/clang/Basic/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
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()
DSourceLocation.h395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
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()
DSourceLocation.h396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
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()
DSourceLocation.h395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
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()
DSourceLocation.h395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessor.h1081 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTReader.h1887 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h2169 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h2169 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTReader.h2177 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTReader.h2163 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPreprocessor.h1731 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPreprocessor.h1741 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPreprocessor.h1742 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPreprocessor.h1741 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp4615 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
H A DASTReader.cpp1343 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader