Searched refs:ASTImporterSharedState (Results 1 – 8 of 8) sorted by relevance
30 class ASTImporterSharedState {47 ASTImporterSharedState() = default;49 ASTImporterSharedState(TranslationUnitDecl &ToTU) { in ASTImporterSharedState() function
38 class ASTImporterSharedState; variable221 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr;319 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()399 SharedState = std::make_shared<ASTImporterSharedState>( in ExternalASTMerger()
8245 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()8252 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter()
218 std::shared_ptr<ASTImporterSharedState> ImporterSharedSt;
755 ImporterSharedSt = std::make_shared<ASTImporterSharedState>(*ToTU); in lazyInitImporterSharedSt()