Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamedDecl

52 Sema::getTemplateInstantiationArgs(NamedDecl *D, 
206 Decl *Entity, NamedDecl *Template, ArrayRef<TemplateArgument> TemplateArgs,
299 Sema &SemaRef, SourceLocation PointOfInstantiation, NamedDecl *Template,
309 Sema &SemaRef, SourceLocation PointOfInstantiation, NamedDecl *Template,
320 NamedDecl *Param, ArrayRef<TemplateArgument> TemplateArgs,
515 NamedDecl *Parm = cast<NamedDecl>(Active->Entity);
610 getDepthAndIndex(NamedDecl *ND) {
679 if (NamedDecl *PartialPack
698 if (NamedDecl *PartialPack
740 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc);
766 NamedDecl *FirstQualifierInScope = nullptr);
894 return SemaRef.FindInstantiatedDecl(Loc, cast<NamedDecl>(D), TemplateArgs);
906 NamedDecl *
907 TemplateInstantiator::TransformFirstQualifierInScope(NamedDecl *D,
931 return cast_or_null<NamedDecl>(TransformDecl(Loc, D));
942 return cast_or_null<NamedDecl>(TransformDecl(Loc, D));
1004 NamedDecl *FirstQualifierInScope) {
1274 NamedDecl *D = E->getDecl();
2057 NamedDecl *ND = dyn_cast<NamedDecl>(I->NewDecl);
2832 void LocalInstantiationScope::SetPartiallySubstitutedPack(NamedDecl *Pack,
2845 NamedDecl *LocalInstantiationScope::getPartiallySubstitutedPack(