Searched refs:getModuleImportLoc (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang/lib/Basic/ |
D | SourceLocation.cpp | 188 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc 193 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
|
/external/clang/lib/Frontend/ |
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()
|
/external/llvm-project/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 203 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/ |
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()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceManager.h | 532 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()
|
D | SourceLocation.h | 396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1081 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 2071 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1414 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1887 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4615 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
|
D | ASTReader.cpp | 1343 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4909 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
|
D | ASTReader.cpp | 1583 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader
|