Searched refs:SharedState (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 __anon6e30cc540111::SDiagsWriter 245 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() argument 292 std::shared_ptr<SharedState> State;
|
| /freebsd-14.2/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() 8861 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext), in ASTImporter() 8866 if (!SharedState) { in ASTImporter() 8908 if (SharedState->getLookupTable()) { in findDeclsInToCtx() 8910 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx() 8932 SharedState->addDeclToLookup(ToD); in AddToLookupTable() 9341 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import() 9383 SharedState->removeDeclFromLookup(ToD); in Import() 9401 SharedState->setImportDeclError(Pos->second, ErrOut); in Import() 9424 SharedState->setImportDeclError(Ii->second, ErrOut); in Import() [all …]
|
| /freebsd-14.2/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
|