/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 206 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 D | SourceManager.h | 453 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/ |
D | SourceManager.h | 560 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()
|
D | SourceLocation.h | 395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | SourceManager.h | 560 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()
|
D | SourceLocation.h | 396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | SourceManager.h | 560 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()
|
D | SourceLocation.h | 395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | SourceManager.h | 560 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()
|
D | SourceLocation.h | 395 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1081 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/aosp_15_r20/external/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1887 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | ASTReader.h | 2169 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | ASTReader.h | 2169 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | ASTReader.h | 2177 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | ASTReader.h | 2163 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | Preprocessor.h | 1731 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | Preprocessor.h | 1741 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | Preprocessor.h | 1742 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | Preprocessor.h | 1741 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4615 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
|
H A D | ASTReader.cpp | 1343 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader
|