Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp757 Data.DepModOrTailExpr); in parseDeclareSimdClauses()
768 Steps.append(Linears.size() - Steps.size(), Data.DepModOrTailExpr); in parseDeclareSimdClauses()
3781 Data.DepModOrTailExpr = IteratorRes.get(); in ParseOpenMPVarList()
3931 Data.DepModOrTailExpr = Tail.get(); in ParseOpenMPVarList()
3993 Data.DepModOrTailExpr = Tail.get(); in ParseOpenMPVarList()
4007 (MustHaveTail && !Data.DepModOrTailExpr) || InvalidReductionId || in ParseOpenMPVarList()
4081 Kind, Vars, Data.DepModOrTailExpr, Locs, Data.ColonLoc, in ParseOpenMPVarListClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3331 Expr *DepModOrTailExpr = nullptr; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp15021 OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, Expr *DepModOrTailExpr, in ActOnOpenMPVarListClause() argument
15073 VarList, DepModOrTailExpr, StartLoc, LParenLoc, in ActOnOpenMPVarListClause()
15078 Res = ActOnOpenMPAlignedClause(VarList, DepModOrTailExpr, StartLoc, in ActOnOpenMPVarListClause()
15094 DepModOrTailExpr, static_cast<OpenMPDependClauseKind>(ExtraModifier), in ActOnOpenMPVarListClause()
15125 Res = ActOnOpenMPAllocateClause(DepModOrTailExpr, VarList, StartLoc, in ActOnOpenMPVarListClause()
15139 DepModOrTailExpr, VarList); in ActOnOpenMPVarListClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11033 OpenMPClauseKind Kind, ArrayRef<Expr *> Vars, Expr *DepModOrTailExpr,