Home
last modified time | relevance | path

Searched defs:DepModifier (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp998 Expr *DepModifier, OpenMPDependClauseKind DepKind, in Create()
1054 void OMPDependClause::setModifier(Expr *DepModifier) { in setModifier()
2058 if (Expr *DepModifier = Node->getModifier()) { in VisitOMPDependClause() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1885 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause()
9784 Expr *DepModifier = C->getModifier(); in TransformOMPDependClause() local
H A DSemaOpenMP.cpp17759 Sema::ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()