Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h164 enum OpenMPReductionClauseModifier { enum
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp128 return llvm::StringSwitch<OpenMPReductionClauseModifier>(Str) in getOpenMPSimpleClauseType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3048 OpenMPReductionClauseModifier Modifier = OMPC_REDUCTION_unknown;
3075 OpenMPReductionClauseModifier Modifier, unsigned N, in OMPReductionClause()
3094 void setModifier(OpenMPReductionClauseModifier M) { Modifier = M; } in setModifier()
3241 SourceLocation EndLoc, OpenMPReductionClauseModifier Modifier,
3256 OpenMPReductionClauseModifier Modifier);
3259 OpenMPReductionClauseModifier getModifier() const { return Modifier; } in getModifier()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp782 OpenMPReductionClauseModifier Modifier, ArrayRef<Expr *> VL, in Create()
817 OpenMPReductionClauseModifier Modifier) { in CreateEmpty()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11672 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp17508 VarList, static_cast<OpenMPReductionClauseModifier>(ExtraModifier), in ActOnOpenMPVarListClause()
19500 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier, in ActOnOpenMPReductionClause()
H A DTreeTransform.h1800 ArrayRef<Expr *> VarList, OpenMPReductionClauseModifier Modifier, in RebuildOMPReductionClause()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11636 auto Modifier = Record.readEnum<OpenMPReductionClauseModifier>(); in readClause()