Searched refs:IsClassType (Results 1 – 3 of 3) sorted by relevance
620 static bool IsClassType(lldb::opaque_compiler_type_t type);
3532 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
1686 bool *IsClassType = nullptr) { in isConstNotMutableType() argument1697 if (IsClassType) in isConstNotMutableType()1698 *IsClassType = RD; in isConstNotMutableType()1709 bool IsClassType; in rejectConstNotMutableType() local1710 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()1712 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()