Searched refs:current_decl_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h906 clang::UsingDecl *CreateUsingDeclaration(clang::DeclContext *current_decl_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1733 ClangASTContext::CreateUsingDeclaration(clang::DeclContext *current_decl_ctx, argument
1735 if (current_decl_ctx != nullptr && target != nullptr) {
1737 getASTContext(), current_decl_ctx, clang::SourceLocation(),
1740 getASTContext(), current_decl_ctx, clang::SourceLocation(), using_decl,
1743 current_decl_ctx->addDecl(using_decl);

Completed in 179 milliseconds