Searched refs:SharedState (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 138 struct SharedState; 140 explicit SDiagsWriter(std::shared_ptr<SharedState> State) in SDiagsWriter() 148 State(std::make_shared<SharedState>(File, Diags)) { in SDiagsWriter() 246 struct SharedState { struct in __anonf1a6c7550111::SDiagsWriter 247 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() function 294 std::shared_ptr<SharedState> State;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter() argument 119 /*MinimalImport=*/true, SharedState), in LazyASTImporter() 399 SharedState = std::make_shared<ASTImporterSharedState>( in ExternalASTMerger() 418 *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() 3711 if (ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable()) in VisitFunctionDecl() 6358 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in VisitFunctionTemplateDecl() 8540 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter() argument 8541 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext), in ASTImporter() 8546 if (!SharedState) { in ASTImporter() 8547 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter() 8588 if (SharedState->getLookupTable()) { in findDeclsInToCtx() 8590 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 193 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr; 291 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr);
|
| H A D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|