Home
last modified time | relevance | path

Searched defs:FromFileManager (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h210 FileManager &ToFileManager, &FromFileManager; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp57 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in TU()
H A DASTImporterTest.cpp107 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in RedirectingImporterTest()
5430 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in ErrorHandlingTest()
6033 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in LLDBLookupTest()
7012 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in ImportWithExternalSource()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8388 ASTContext &FromContext, FileManager &FromFileManager, in ASTImporter()