Searched refs:class_template_decl (Results 1 – 3 of 3) sorted by relevance
1515 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument1564 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()1584 if (!class_template_decl) in CreateClassTemplateDecl()1595 return class_template_decl; in CreateClassTemplateDecl()1622 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()1623 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()1629 class_template_decl->setAccess( in CreateClassTemplateDecl()1632 decl_ctx->addDecl(class_template_decl); in CreateClassTemplateDecl()1634 VerifyDecl(class_template_decl); in CreateClassTemplateDecl()1636 return class_template_decl; in CreateClassTemplateDecl()[all …]
360 clang::ClassTemplateDecl *class_template_decl, int kind,
1706 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local1710 if (!class_template_decl) { in ParseStructureLikeDIE()1724 decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()1730 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()