Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h607 static bool IsClassType(lldb::opaque_compiler_type_t type);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1089 bool *IsClassType = nullptr) { in isConstNotMutableType() argument
1100 if (IsClassType) in isConstNotMutableType()
1101 *IsClassType = RD; in isConstNotMutableType()
1112 bool IsClassType; in rejectConstNotMutableType() local
1113 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()
1116 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3696 bool ClangASTContext::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in ClangASTContext