Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1028 Expr *DepModifier, OpenMPDependClauseKind DepKind, in Create()
1084 void OMPDependClause::setModifier(Expr *DepModifier) { in setModifier()
2100 if (Expr *DepModifier = Node->getModifier()) { in VisitOMPDependClause() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1899 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause()
9840 Expr *DepModifier = C->getModifier(); in TransformOMPDependClause() local
H A DSemaOpenMP.cpp18142 Sema::ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()