Searched refs:ASTImporterSharedState (Results 1 – 6 of 6) 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;
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;