Home
last modified time | relevance | path

Searched refs:IsClassType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h614 static bool IsClassType(lldb::opaque_compiler_type_t type);
H A DTypeSystemClang.cpp3469 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1555 bool *IsClassType = nullptr) { in isConstNotMutableType() argument
1566 if (IsClassType) in isConstNotMutableType()
1567 *IsClassType = RD; in isConstNotMutableType()
1578 bool IsClassType; in rejectConstNotMutableType() local
1579 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()
1582 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()