Searched refs:ASTImporterSharedState (Results 1 – 8 of 8) sorted by relevance
29 class ASTImporterSharedState {49 ASTImporterSharedState() = default;51 ASTImporterSharedState(TranslationUnitDecl &ToTU) { in ASTImporterSharedState() function
37 class ASTImporterSharedState; variable193 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr;292 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr);
112 std::shared_ptr<ASTImporterSharedState> SharedState;
41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction()
116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter()396 SharedState = std::make_shared<ASTImporterSharedState>( in ExternalASTMerger()
8964 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()8971 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter()
228 std::shared_ptr<ASTImporterSharedState> ImporterSharedSt;
778 ImporterSharedSt = std::make_shared<ASTImporterSharedState>(*ToTU); in lazyInitImporterSharedSt()