Searched refs:FIt (Results 1 – 1 of 1) sorted by relevance
11197 auto FIt = Info->Record->field_begin(), FEnd = Info->Record->field_end(); in CheckComparisonCategoryType() local11198 if (std::distance(FIt, FEnd) != 1 || in CheckComparisonCategoryType()11199 !FIt->getType()->isIntegralOrEnumerationType()) { in CheckComparisonCategoryType()