Searched refs:class_template_decl (Results 1 – 3 of 3) sorted by relevance
1489 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument1492 TemplateParameterList ¶ms = *class_template_decl->getTemplateParameters(); in ClassTemplateAllowsToInstantiationArgs()1539 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()1548 ClassTemplateDecl *class_template_decl = nullptr; in CreateClassTemplateDecl() local1558 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 …]
438 clang::ClassTemplateDecl *class_template_decl, int kind,
1783 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local1787 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()