Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1489 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument
1492 TemplateParameterList &params = *class_template_decl->getTemplateParameters(); in ClassTemplateAllowsToInstantiationArgs()
1539 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()
1548 ClassTemplateDecl *class_template_decl = nullptr; in CreateClassTemplateDecl() local
1558 class_template_decl = dyn_cast<clang::ClassTemplateDecl>(decl); in CreateClassTemplateDecl()
1559 if (!class_template_decl) in CreateClassTemplateDecl()
1567 if (!ClassTemplateAllowsToInstantiationArgs(class_template_decl, in CreateClassTemplateDecl()
1570 return class_template_decl; in CreateClassTemplateDecl()
1596 class_template_decl = in CreateClassTemplateDecl()
1599 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
[all …]
H A DTypeSystemClang.h438 clang::ClassTemplateDecl *class_template_decl, int kind,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1783 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local
1787 if (!class_template_decl) { in ParseStructureLikeDIE()
1801 containing_decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()
1806 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()