Searched refs:class_template_decl (Results 1 – 3 of 3) sorted by relevance
1509 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument1558 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()1578 if (!class_template_decl) in CreateClassTemplateDecl()1589 return class_template_decl; in CreateClassTemplateDecl()1617 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()1622 if (class_template_decl) { in CreateClassTemplateDecl()1624 class_template_decl->setAccess( in CreateClassTemplateDecl()1627 decl_ctx->addDecl(class_template_decl); in CreateClassTemplateDecl()1629 VerifyDecl(class_template_decl); in CreateClassTemplateDecl()1632 return class_template_decl; in CreateClassTemplateDecl()[all …]
359 clang::ClassTemplateDecl *class_template_decl, int kind,
1612 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local1616 if (!class_template_decl) { in ParseStructureLikeDIE()1630 decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()1636 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()