Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp817 clang::TagDecl *origin_decl) { in CompleteTagDeclWithOrigin() argument
818 clang::ASTContext *origin_ast_ctx = &origin_decl->getASTContext(); in CompleteTagDeclWithOrigin()
820 if (!TypeSystemClang::GetCompleteDecl(origin_ast_ctx, origin_decl)) in CompleteTagDeclWithOrigin()
827 delegate_sp->ImportDefinitionTo(decl, origin_decl); in CompleteTagDeclWithOrigin()
831 context_md->setOrigin(decl, DeclOrigin(origin_ast_ctx, origin_decl)); in CompleteTagDeclWithOrigin()