Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp321 bool CompilerType::IsUnscopedEnumerationType() const { in IsUnscopedEnumerationType() function in CompilerType
326 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()
350 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()
356 if (IsUnscopedEnumerationType()) in IsPromotableIntegerType()
430 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h206 bool IsUnscopedEnumerationType() const;