Searched refs:IsUnscopedEnumerationType (Results 1 – 3 of 3) sorted by relevance
342 bool CompilerType::IsUnscopedEnumerationType() const { in IsUnscopedEnumerationType() function in CompilerType347 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()371 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()377 if (IsUnscopedEnumerationType()) in IsPromotableIntegerType()451 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
206 bool IsUnscopedEnumerationType() const;
1164 if (val_type.IsInteger() || val_type.IsUnscopedEnumerationType() || in GetValueAsBool()1185 if (!val_type.IsInteger() && !val_type.IsUnscopedEnumerationType() && in SetValueFromInteger()1222 if (!val_type.IsInteger() && !val_type.IsUnscopedEnumerationType() && in SetValueFromInteger()