Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1723 static bool rejectConstNotMutableType(Sema &SemaRef, const ValueDecl *D, in rejectConstNotMutableType() function
18345 if (rejectConstNotMutableType(*this, D, Type, OMPC_private, ELoc)) in ActOnOpenMPPrivateClause()
18792 if (rejectConstNotMutableType(*this, D, Type, OMPC_lastprivate, ELoc)) in ActOnOpenMPLastprivateClause()
19586 if (rejectConstNotMutableType(S, D, Type, ClauseKind, ELoc, in actOnOMPReductionKindClause()
20255 rejectConstNotMutableType(*this, D, Type, OMPC_linear, ELoc)) in CheckOpenMPLinearDecl()