Lines Matching refs:Rep
741 ParsedType Rep, in SetTypeSpecType() argument
743 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); in SetTypeSpecType()
750 ParsedType Rep, in SetTypeSpecType() argument
753 assert(Rep && "no type provided!"); in SetTypeSpecType()
762 TypeRep = Rep; in SetTypeSpecType()
772 Expr *Rep, in SetTypeSpecType() argument
775 assert(Rep && "no expression provided!"); in SetTypeSpecType()
784 ExprRep = Rep; in SetTypeSpecType()
794 Decl *Rep, bool Owned, in SetTypeSpecType() argument
796 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType()
803 Decl *Rep, bool Owned, in SetTypeSpecType() argument
816 DeclRep = Rep; in SetTypeSpecType()
819 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()
824 unsigned &DiagID, TemplateIdAnnotation *Rep, in SetTypeSpecType() argument
828 TemplateIdRep = Rep; in SetTypeSpecType()