Searched refs:ToUnderlyingTypeOrErr (Results 1 – 1 of 1) sorted by relevance
1341 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitTypeOfType() local1342 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()1343 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()1354 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitDecltypeType() local1355 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()1356 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()1359 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()1368 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitUnaryTransformType() local1369 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()1370 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()[all …]