Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h802 bool CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind,
807 OpenMPLinearClauseKind LinKind, QualType Type,
1248 SourceLocation LParenLoc, OpenMPLinearClauseKind LinKind,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4813 OpenMPLinearClauseKind LinKind = in ParseOpenMPVarList() local
4818 if (LinKind == OMPC_LINEAR_step) { in ParseOpenMPVarList()
4836 } else if (LinKind >= 0 && LinKind < OMPC_LINEAR_step) { in ParseOpenMPVarList()
4840 Data.ExtraModifier = LinKind; in ParseOpenMPVarList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6835 auto LinKind = static_cast<OpenMPLinearClauseKind>(*MI); in ActOnOpenMPDeclareSimdDirective() local
6871 (void)CheckOpenMPLinearDecl(CanonPVD, E->getExprLoc(), LinKind, in ActOnOpenMPDeclareSimdDirective()
6893 (void)CheckOpenMPLinearDecl(/*D=*/nullptr, E->getExprLoc(), LinKind, in ActOnOpenMPDeclareSimdDirective()
19688 bool SemaOpenMP::CheckOpenMPLinearModifier(OpenMPLinearClauseKind LinKind, in CheckOpenMPLinearModifier() argument
19690 if ((!getLangOpts().CPlusPlus && LinKind != OMPC_LINEAR_val) || in CheckOpenMPLinearModifier()
19691 LinKind == OMPC_LINEAR_unknown || LinKind == OMPC_LINEAR_step) { in CheckOpenMPLinearModifier()
19700 OpenMPLinearClauseKind LinKind, in CheckOpenMPLinearDecl() argument
19707 if ((LinKind == OMPC_LINEAR_uval || LinKind == OMPC_LINEAR_ref) && in CheckOpenMPLinearDecl()
19710 << Type << getOpenMPSimpleClauseTypeName(OMPC_linear, LinKind); in CheckOpenMPLinearDecl()
19727 if (!Ty || (LinKind != OMPC_LINEAR_ref && !Ty->isDependentType() && in CheckOpenMPLinearDecl()
[all …]