Searched refs:ASTImporterSharedState (Results 1 – 10 of 10) 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()
8116 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()8123 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter()
217 std::shared_ptr<ASTImporterSharedState> ImporterSharedSt;
451 This time we create a shared_ptr for ``ASTImporterSharedState`` which owns the associated errors fo…452 … context but from different "from" contexts; they should share the same ``ASTImporterSharedState``.453 (Also note, we have to include the corresponding ``ASTImporterSharedState.h`` header file.)457 auto ImporterState = std::make_shared<ASTImporterSharedState>();
2254 "to" context in ``ASTImporterSharedState::ImportErrors``. Note that, there may2378 lookup only via the ``ASTImporterSharedState`` class.
743 ImporterSharedSt = std::make_shared<ASTImporterSharedState>(*ToTU); in lazyInitImporterSharedSt()