Searched defs:DepModifier (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1057 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 D | TreeTransform.h | 1988 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 D | SemaOpenMP.cpp | 20986 ActOnOpenMPDependClause(const OMPDependClause::DependDataTy & Data,Expr * DepModifier,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPDependClause() argument
|