Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1088 bool AcceptIfMutable = true, in isConstNotMutableType() argument
1094 const CXXRecordDecl *RD = AcceptIfMutable && SemaRef.getLangOpts().CPlusPlus in isConstNotMutableType()
1109 bool AcceptIfMutable = true, in rejectConstNotMutableType() argument
1113 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()