Home
last modified time | relevance | path

Searched refs:ASTImporterSharedState (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h30 class ASTImporterSharedState {
47 ASTImporterSharedState() = default;
49 ASTImporterSharedState(TranslationUnitDecl &ToTU) { in ASTImporterSharedState() function
H A DASTImporter.h38 class ASTImporterSharedState; variable
221 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr;
319 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr);
H A DExternalASTMerger.h112 std::shared_ptr<ASTImporterSharedState> SharedState;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter()
399 SharedState = std::make_shared<ASTImporterSharedState>( in ExternalASTMerger()
H A DASTImporter.cpp8245 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()
8252 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h218 std::shared_ptr<ASTImporterSharedState> ImporterSharedSt;
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp755 ImporterSharedSt = std::make_shared<ASTImporterSharedState>(*ToTU); in lazyInitImporterSharedSt()