Searched refs:isUnscopedEnumerationType (Results 1 – 3 of 3) sorted by relevance
1936 return isUnscopedEnumerationType(); in isIntegralOrUnscopedEnumerationType()1939 bool Type::isUnscopedEnumerationType() const { in isUnscopedEnumerationType() function in Type
1981 bool isUnscopedEnumerationType() const;
1440 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions()1441 REnum = R->isUnscopedEnumerationType(); in checkEnumArithmeticConversions()