Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h699 static bool IsClassType(lldb::opaque_compiler_type_t type);
H A DTypeSystemClang.cpp3530 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1687 bool *IsClassType = nullptr) { in isConstNotMutableType() argument
1698 if (IsClassType) in isConstNotMutableType()
1699 *IsClassType = RD; in isConstNotMutableType()
1710 bool IsClassType; in rejectConstNotMutableType() local
1711 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()
1713 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()
H A DSemaType.cpp4813 auto IsClassType = [&](CXXScopeSpec &SS) { in GetFullTypeForDeclarator() local
4853 !IsClassType(D.getCXXScopeSpec())) { in GetFullTypeForDeclarator()