Searched refs:IsClassType (Results 1 – 4 of 4) sorted by relevance
364 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()417 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()461 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
615 static bool IsClassType(lldb::opaque_compiler_type_t type);
3386 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
1554 bool *IsClassType = nullptr) { in isConstNotMutableType() argument1565 if (IsClassType) in isConstNotMutableType()1566 *IsClassType = RD; in isConstNotMutableType()1577 bool IsClassType; in rejectConstNotMutableType() local1578 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()1581 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()