Searched refs:ToElementTypeOrErr (Results 1 – 1 of 1) sorted by relevance
1027 ExpectedType ToElementTypeOrErr = import(T->getElementType()); in VisitComplexType() local1028 if (!ToElementTypeOrErr) in VisitComplexType()1029 return ToElementTypeOrErr.takeError(); in VisitComplexType()1089 if (!ToElementTypeOrErr) in VisitConstantArrayType()1090 return ToElementTypeOrErr.takeError(); in VisitConstantArrayType()1101 if (!ToElementTypeOrErr) in VisitIncompleteArrayType()1102 return ToElementTypeOrErr.takeError(); in VisitIncompleteArrayType()1145 if (!ToElementTypeOrErr) in VisitVectorType()1146 return ToElementTypeOrErr.takeError(); in VisitVectorType()1155 if (!ToElementTypeOrErr) in VisitExtVectorType()[all …]