Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstantiateTypedefNameDecl

129 Decl *TemplateDeclInstantiator::InstantiateTypedefNameDecl(TypedefNameDecl *D,
184 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/false);
190 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/true);
217 InstantiateTypedefNameDecl(Pattern, /*IsTypeAlias=*/true));