Searched refs:IsClassType (Results 1 – 4 of 4) sorted by relevance
373 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()426 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()470 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
606 static bool IsClassType(lldb::opaque_compiler_type_t type);
3493 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
1655 bool *IsClassType = nullptr) { in isConstNotMutableType() argument1666 if (IsClassType) in isConstNotMutableType()1667 *IsClassType = RD; in isConstNotMutableType()1678 bool IsClassType; in rejectConstNotMutableType() local1679 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()1681 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()