Searched refs:IsEnumType (Results 1 – 3 of 3) sorted by relevance
494 EXPECT_TRUE(TypeSystemClang::IsEnumType(compiler_type.GetOpaqueQualType())); in TEST_F()
608 static bool IsEnumType(lldb::opaque_compiler_type_t type);
3501 bool TypeSystemClang::IsEnumType(lldb::opaque_compiler_type_t type) { in IsEnumType() function in TypeSystemClang