Searched defs:setModifier (Results 1 – 2 of 2) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | OpenMPClause.h | 3219 void setModifier(OpenMPReductionClauseModifier M) { Modifier = M; } setModifier() function |
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | OpenMPClause.cpp | 1113 void OMPDependClause::setModifier(Expr *DepModifier) { in setModifier() function in OMPDependClause |