Home
last modified time | relevance | path

Searched refs:IsUnscopedEnumerationType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp344 bool CompilerType::IsUnscopedEnumerationType() const { in IsUnscopedEnumerationType() function in CompilerType
349 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()
373 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()
379 if (IsUnscopedEnumerationType()) in IsPromotableIntegerType()
453 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h207 bool IsUnscopedEnumerationType() const;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1186 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()