Home
last modified time | relevance | path

Searched refs:origin_decl (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp579 clang::TagDecl *origin_decl) { in CompleteTagDeclWithOrigin() argument
580 clang::ASTContext *origin_ast_ctx = &origin_decl->getASTContext(); in CompleteTagDeclWithOrigin()
582 if (!TypeSystemClang::GetCompleteDecl(origin_ast_ctx, origin_decl)) in CompleteTagDeclWithOrigin()
589 delegate_sp->ImportDefinitionTo(decl, origin_decl); in CompleteTagDeclWithOrigin()
593 context_md->setOrigin(decl, DeclOrigin(origin_ast_ctx, origin_decl)); in CompleteTagDeclWithOrigin()