Searched refs:ToElementTypeOrErr (Results 1 – 1 of 1) sorted by relevance
1150 if (!ToElementTypeOrErr) in VisitComplexType()1151 return ToElementTypeOrErr.takeError(); in VisitComplexType()1224 if (!ToElementTypeOrErr) in VisitIncompleteArrayType()1225 return ToElementTypeOrErr.takeError(); in VisitIncompleteArrayType()1275 if (!ToElementTypeOrErr) in VisitVectorType()1276 return ToElementTypeOrErr.takeError(); in VisitVectorType()1285 if (!ToElementTypeOrErr) in VisitExtVectorType()1286 return ToElementTypeOrErr.takeError(); in VisitExtVectorType()1738 if (!ToElementTypeOrErr) in VisitConstantMatrixType()1739 return ToElementTypeOrErr.takeError(); in VisitConstantMatrixType()[all …]