Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1572 static bool rejectConstNotMutableType(Sema &SemaRef, const ValueDecl *D, in rejectConstNotMutableType() function
15258 if (rejectConstNotMutableType(*this, D, Type, OMPC_private, ELoc)) in ActOnOpenMPPrivateClause()
15716 if (rejectConstNotMutableType(*this, D, Type, OMPC_lastprivate, ELoc)) in ActOnOpenMPLastprivateClause()
16496 if (rejectConstNotMutableType(S, D, Type, ClauseKind, ELoc, in actOnOMPReductionKindClause()
17161 rejectConstNotMutableType(*this, D, Type, OMPC_linear, ELoc)) in CheckOpenMPLinearDecl()