Searched refs:ToUnderlyingTypeOrErr (Results 1 – 1 of 1) sorted by relevance
1262 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitTypeOfType() local1263 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()1264 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()1275 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitDecltypeType() local1276 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()1277 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()1280 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()1289 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitUnaryTransformType() local1290 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()1291 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()[all …]