Lines Matching refs:OpenMPClauseKind
42 OpenMPClauseKind CKind, bool NoDiagnose);
64 OpenMPClauseKind CKind = OMPC_unknown;
69 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData()
82 OpenMPClauseKind Attributes = OMPC_unknown;
97 OpenMPClauseKind Kind = OMPC_unknown;
166 OpenMPClauseKind ClauseKindMode = OMPC_unknown;
194 OpenMPClauseKind getClauseParsingMode() const { in getClauseParsingMode()
198 void setClauseParsingMode(OpenMPClauseKind K) { ClauseKindMode = K; } in setClauseParsingMode()
305 void addDSA(const ValueDecl *D, const Expr *E, OpenMPClauseKind A,
352 hasDSA(ValueDecl *D, const llvm::function_ref<bool(OpenMPClauseKind)> CPred,
360 const llvm::function_ref<bool(OpenMPClauseKind)> CPred,
367 const llvm::function_ref<bool(OpenMPClauseKind)> CPred,
575 OpenMPClauseKind)> in checkMappableExprComponentListsForDecl()
607 OpenMPClauseKind)> in checkMappableExprComponentListsForDeclAtLevel()
632 OpenMPClauseKind WhereFoundClauseKind) { in addMappableExpressionComponents()
898 void DSAStackTy::addDSA(const ValueDecl *D, const Expr *E, OpenMPClauseKind A, in addDSA()
1107 QualType Type, OpenMPClauseKind CKind, in rejectConstNotMutableType()
1241 [](OpenMPClauseKind C) { in getTopDSA()
1288 const llvm::function_ref<bool(OpenMPClauseKind)> CPred, in hasDSA()
1310 ValueDecl *D, const llvm::function_ref<bool(OpenMPClauseKind)> CPred, in hasInnermostDSA()
1328 const ValueDecl *D, const llvm::function_ref<bool(OpenMPClauseKind)> CPred, in hasExplicitDSA()
1476 OpenMPClauseKind WhereFoundClauseKind) { in isOpenMPCapturedByRef()
1520 D, [](OpenMPClauseKind K) { return K == OMPC_reduction; }, Level); in isOpenMPCapturedByRef()
1530 [](OpenMPClauseKind K) -> bool { return K == OMPC_firstprivate; }, in isOpenMPCapturedByRef()
1622 OpenMPClauseKind) { return true; })) in isOpenMPCapturedDecl() argument
1684 D, [](OpenMPClauseKind K) { return K != OMPC_private; }, Level) && in isOpenMPPrivateDecl()
1689 D, [](OpenMPClauseKind K) { return K == OMPC_private; }, Level) || in isOpenMPPrivateDecl()
1704 OpenMPClauseKind OMPC = OMPC_unknown; in setOpenMPCaptureKind()
1708 [&OMPC](const OpenMPClauseKind K) { in setOpenMPCaptureKind()
1720 OpenMPClauseKind) { return true; })) { in setOpenMPCaptureKind() argument
1759 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause()
2212 OpenMPClauseKind) { return true; })) in VisitSubCaptures() argument
2263 OpenMPClauseKind) { in VisitDeclRefExpr() argument
2302 VD, [](OpenMPClauseKind C) { return C == OMPC_reduction; }, in VisitDeclRefExpr()
2343 OpenMPClauseKind) { in VisitMemberExpr() argument
2371 FD, [](OpenMPClauseKind C) { return C == OMPC_reduction; }, in VisitMemberExpr()
2409 OpenMPClauseKind) { in VisitMemberExpr() argument
4837 OpenMPClauseKind PredeterminedCKind = in checkOpenMPIterationSpace()
6551 OpenMPClauseKind AtomicKind = OMPC_unknown; in ActOnOpenMPAtomicDirective()
7121 const OpenMPClauseKind K) { in hasClauses()
7127 static bool hasClauses(ArrayRef<OMPClause *> Clauses, const OpenMPClauseKind K, in hasClauses()
8209 OMPClause *Sema::ActOnOpenMPSingleExprClause(OpenMPClauseKind Kind, Expr *Expr, in ActOnOpenMPSingleExprClause()
8308 OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in getOpenMPCaptureRegionForClause()
8924 OpenMPClauseKind CKind, in isNonNegativeIntegerValue()
8978 OpenMPClauseKind CKind, in VerifyPositiveIntegerConstantInClause()
9077 OpenMPClauseKind Kind, unsigned Argument, SourceLocation ArgumentLoc, in ActOnOpenMPSimpleClause()
9155 getListOfPossibleValues(OpenMPClauseKind K, unsigned First, unsigned Last, in getListOfPossibleValues()
9237 OpenMPClauseKind Kind, ArrayRef<unsigned> Argument, Expr *Expr, in ActOnOpenMPSingleExprWithArgClause()
9439 OMPClause *Sema::ActOnOpenMPClause(OpenMPClauseKind Kind, in ActOnOpenMPClause()
9614 OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, Expr *TailExpr, in ActOnOpenMPVarListClause()
9888 OpenMPClauseKind ConflictKind; in ActOnOpenMPPrivateClause()
9892 OpenMPClauseKind WhereFoundClauseKind) -> bool { in ActOnOpenMPPrivateClause()
10101 D, [](OpenMPClauseKind C) { return C == OMPC_reduction; }, in ActOnOpenMPFirstprivateClause()
10123 OpenMPClauseKind ConflictKind; in ActOnOpenMPFirstprivateClause()
10128 OpenMPClauseKind WhereFoundClauseKind) { in ActOnOpenMPFirstprivateClause()
10832 Sema &S, DSAStackTy *Stack, OpenMPClauseKind ClauseKind, in actOnOMPReductionKindClause()
12390 OpenMPClauseKind CKind, bool NoDiagnose) { in checkMapClauseExpressionBase()
12641 OpenMPClauseKind CKind) { in checkMapConflicts()
12664 OpenMPClauseKind) { in checkMapConflicts() argument
12905 OpenMPClauseKind CKind, MappableVarListInfo &MVLI, in checkMappableExpressionList()
13894 OpenMPClauseKind) -> bool { in ActOnOpenMPIsDevicePtrClause() argument