Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1685 bool AcceptIfMutable = true, in isConstNotMutableType() argument
1691 const CXXRecordDecl *RD = AcceptIfMutable && SemaRef.getLangOpts().CPlusPlus in isConstNotMutableType()
1706 bool AcceptIfMutable = true, in rejectConstNotMutableType() argument
1710 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()