Searched refs:ToUnderlyingTypeOrErr (Results 1 – 1 of 1) sorted by relevance
1378 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitTypeOfType() local1379 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()1380 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()1402 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitDecltypeType() local1403 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()1404 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()1407 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()1416 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitUnaryTransformType() local1417 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()1418 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()[all …]