Lines Matching refs:Rep
697 ParsedType Rep, in SetTypeSpecType() argument
699 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); in SetTypeSpecType()
706 ParsedType Rep, in SetTypeSpecType() argument
709 assert(Rep && "no type provided!"); in SetTypeSpecType()
716 TypeRep = Rep; in SetTypeSpecType()
726 Expr *Rep, in SetTypeSpecType() argument
729 assert(Rep && "no expression provided!"); in SetTypeSpecType()
736 ExprRep = Rep; in SetTypeSpecType()
746 Decl *Rep, bool Owned, in SetTypeSpecType() argument
748 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType()
755 Decl *Rep, bool Owned, in SetTypeSpecType() argument
766 DeclRep = Rep; in SetTypeSpecType()
769 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()