Searched refs:SharedState (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTMerge.cpp | 41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction() local 57 /*MinimalImport=*/false, SharedState); in ExecuteAction()
|
| H A D | SerializedDiagnosticPrinter.cpp | 133 struct SharedState; 135 explicit SDiagsWriter(std::shared_ptr<SharedState> State) in SDiagsWriter() 143 State(std::make_shared<SharedState>(File, Diags)) { in SDiagsWriter() 241 struct SharedState { struct in __anon9281f3de0111::SDiagsWriter 242 SharedState(StringRef File, DiagnosticOptions &DiagOpts) in SharedState() argument 289 std::shared_ptr<SharedState> State;
|
| /freebsd/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() 395 SharedState = std::make_shared<ASTImporterSharedState>( in ExternalASTMerger() 414 *this, Target.AST, Target.FM, S, SharedState)); in AddSources()
|
| H A D | ASTImporter.cpp | 284 Importer.SharedState->markAsNewDecl(ToD); in GetImportedOrCreateSpecialDecl() 348 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in updateLookupTableForTemplateParameters() 4280 if (ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable()) in VisitFunctionDecl() 7000 ASTImporterLookupTable *LT = Importer.SharedState->getLookupTable(); in VisitFunctionTemplateDecl() 9359 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter() argument 9360 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext), in ASTImporter() 9365 if (!SharedState) { in ASTImporter() 9366 this->SharedState = std::make_shared<ASTImporterSharedState>(); in ASTImporter() 9407 if (SharedState->getLookupTable()) { in findDeclsInToCtx() 9418 SharedState->getLookupTable()->lookup(dyn_cast<NamespaceDecl>(D), in findDeclsInToCtx() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 194 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
|