Searched refs:SharedState (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTMerge.cpp | 41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction() local 58 /*MinimalImport=*/false, SharedState); in ExecuteAction()
|
| H A D | SerializedDiagnosticPrinter.cpp | 136 struct SharedState; 138 explicit SDiagsWriter(std::shared_ptr<SharedState> State) in SDiagsWriter() 146 State(std::make_shared<SharedState>(File, Diags)) { in SDiagsWriter() 244 struct SharedState { struct in __anon66b521930111::SDiagsWriter 245 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() argument 292 std::shared_ptr<SharedState> State;
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter() argument 119 /*MinimalImport=*/true, SharedState), in LazyASTImporter() 396 SharedState = std::make_shared<ASTImporterSharedState>( in ExternalASTMerger() 415 *this, Target.AST, Target.FM, S, SharedState)); in AddSources()
|
| H A D | ASTImporter.cpp | 285 Importer.SharedState->markAsNewDecl(ToD); in GetImportedOrCreateSpecialDecl() 349 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in updateLookupTableForTemplateParameters() 4005 if (ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable()) in VisitFunctionDecl() 6709 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in VisitFunctionTemplateDecl() 8964 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter() argument 8965 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext), in ASTImporter() 8970 if (!SharedState) { in ASTImporter() 8971 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter() 9012 if (SharedState->getLookupTable()) { in findDeclsInToCtx() 9014 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 193 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr; 292 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr);
|
| H A D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|