Searched refs:IsUnscopedEnumerationType (Results 1 – 3 of 3) sorted by relevance
344 bool CompilerType::IsUnscopedEnumerationType() const { in IsUnscopedEnumerationType() function in CompilerType349 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()373 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()379 if (IsUnscopedEnumerationType()) in IsPromotableIntegerType()453 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
207 bool IsUnscopedEnumerationType() const;
1186 if (val_type.IsInteger() || val_type.IsUnscopedEnumerationType() || in GetValueAsBool()1207 if (!val_type.IsInteger() && !val_type.IsUnscopedEnumerationType() && in SetValueFromInteger()1247 if (!val_type.IsInteger() && !val_type.IsUnscopedEnumerationType() && in SetValueFromInteger()