Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1057 DependDataTy Data, Expr *DepModifier, in Create() argument
1113 void OMPDependClause::setModifier(Expr *DepModifier) { in setModifier() argument
2286 if (Expr *DepModifier = Node->getModifier()) { VisitOMPDependClause() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1988 RebuildOMPDependClause(OMPDependClause::DependDataTy Data,Expr * DepModifier,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPDependClause() argument
10407 Expr *DepModifier = C->getModifier(); TransformOMPDependClause() local
H A DSemaOpenMP.cpp20986 ActOnOpenMPDependClause(const OMPDependClause::DependDataTy & Data,Expr * DepModifier,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPDependClause() argument