Searched refs:IsClassType (Results 1 – 3 of 3) sorted by relevance
607 static bool IsClassType(lldb::opaque_compiler_type_t type);
1089 bool *IsClassType = nullptr) { in isConstNotMutableType() argument1100 if (IsClassType) in isConstNotMutableType()1101 *IsClassType = RD; in isConstNotMutableType()1112 bool IsClassType; in rejectConstNotMutableType() local1113 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()1116 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()
3696 bool ClangASTContext::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in ClangASTContext