Lines Matching refs:Rep
753 ParsedType Rep, in SetTypeSpecType() argument
755 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); in SetTypeSpecType()
762 ParsedType Rep, in SetTypeSpecType() argument
765 assert(Rep && "no type provided!"); in SetTypeSpecType()
774 TypeRep = Rep; in SetTypeSpecType()
784 Expr *Rep, in SetTypeSpecType() argument
787 assert(Rep && "no expression provided!"); in SetTypeSpecType()
796 ExprRep = Rep; in SetTypeSpecType()
806 Decl *Rep, bool Owned, in SetTypeSpecType() argument
808 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType()
815 Decl *Rep, bool Owned, in SetTypeSpecType() argument
828 DeclRep = Rep; in SetTypeSpecType()
831 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()
836 unsigned &DiagID, TemplateIdAnnotation *Rep, in SetTypeSpecType() argument
840 TemplateIdRep = Rep; in SetTypeSpecType()