Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1672 static bool rejectConstNotMutableType(Sema &SemaRef, const ValueDecl *D, in rejectConstNotMutableType() function
17723 if (rejectConstNotMutableType(*this, D, Type, OMPC_private, ELoc)) in ActOnOpenMPPrivateClause()
18170 if (rejectConstNotMutableType(*this, D, Type, OMPC_lastprivate, ELoc)) in ActOnOpenMPLastprivateClause()
18950 if (rejectConstNotMutableType(S, D, Type, ClauseKind, ELoc, in actOnOMPReductionKindClause()
19614 rejectConstNotMutableType(*this, D, Type, OMPC_linear, ELoc)) in CheckOpenMPLinearDecl()