Searched refs:rejectConstNotMutableType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1703 static bool rejectConstNotMutableType(Sema &SemaRef, const ValueDecl *D, in rejectConstNotMutableType() function 18006 if (rejectConstNotMutableType(*this, D, Type, OMPC_private, ELoc)) in ActOnOpenMPPrivateClause() 18453 if (rejectConstNotMutableType(*this, D, Type, OMPC_lastprivate, ELoc)) in ActOnOpenMPLastprivateClause() 19233 if (rejectConstNotMutableType(S, D, Type, ClauseKind, ELoc, in actOnOMPReductionKindClause() 19897 rejectConstNotMutableType(*this, D, Type, OMPC_linear, ELoc)) in CheckOpenMPLinearDecl()
|