Searched defs:IsEnumerationType (Results 1 – 3 of 3) sorted by relevance
188 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
192 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType337 bool CompilerType::IsEnumerationType() const { in IsEnumerationType() function in CompilerType
3218 bool TypeSystemClang::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in TypeSystemClang