Lines Matching refs:Rep
732 ParsedType Rep, in SetTypeSpecType() argument
734 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); in SetTypeSpecType()
741 ParsedType Rep, in SetTypeSpecType() argument
744 assert(Rep && "no type provided!"); in SetTypeSpecType()
753 TypeRep = Rep; in SetTypeSpecType()
763 Expr *Rep, in SetTypeSpecType() argument
766 assert(Rep && "no expression provided!"); in SetTypeSpecType()
775 ExprRep = Rep; in SetTypeSpecType()
785 Decl *Rep, bool Owned, in SetTypeSpecType() argument
787 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType()
794 Decl *Rep, bool Owned, in SetTypeSpecType() argument
807 DeclRep = Rep; in SetTypeSpecType()
810 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()
815 unsigned &DiagID, TemplateIdAnnotation *Rep, in SetTypeSpecType() argument
819 TemplateIdRep = Rep; in SetTypeSpecType()