Searched refs:class_template_decl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1358 ClassTemplateDecl *class_template_decl = nullptr; local
1368 class_template_decl = dyn_cast<clang::ClassTemplateDecl>(decl);
1369 if (class_template_decl)
1370 return class_template_decl;
1394 class_template_decl = ClassTemplateDecl::Create(
1399 template_cxx_decl->setDescribedClassTemplate(class_template_decl);
1401 if (class_template_decl) {
1403 class_template_decl->setAccess(
1409 decl_ctx->addDecl(class_template_decl);
1412 VerifyDecl(class_template_decl);
1443 CreateClassTemplateSpecializationDecl( DeclContext *decl_ctx, ClassTemplateDecl *class_template_decl, int kind, const TemplateParameterInfos &template_param_infos) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1587 clang::ClassTemplateDecl *class_template_decl = local
1591 if (!class_template_decl) {
1605 decl_ctx, class_template_decl, tag_decl_kind,
1611 m_ast.SetMetadata(class_template_decl, metadata);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h294 clang::ClassTemplateDecl *class_template_decl, int kind,

Completed in 120 milliseconds