Searched refs:SharedState (Results 1 – 6 of 6) sorted by relevance
/openbsd/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 __anon9ae6470b0111::SDiagsWriter 247 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() function 294 std::shared_ptr<SharedState> State;
|
/openbsd/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() 8541 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext), in ASTImporter() 8546 if (!SharedState) { in ASTImporter() 8588 if (SharedState->getLookupTable()) { in findDeclsInToCtx() 8590 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx() 8612 SharedState->addDeclToLookup(ToD); in AddToLookupTable() 8993 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import() 9035 SharedState->removeDeclFromLookup(ToD); in Import() 9053 SharedState->setImportDeclError(Pos->second, ErrOut); in Import() 9076 SharedState->setImportDeclError(Ii->second, ErrOut); in Import() [all …]
|
/openbsd/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
|