Searched defs:DepModifier (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1057 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,DependDataTy Data,Expr * DepModifier,ArrayRef<Expr * > VL,unsigned NumLoops) Create() argument 1113 setModifier(Expr * DepModifier) setModifier() argument 2288 if (Expr *DepModifier = Node->getModifier()) { VisitOMPDependClause() local
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2012 RebuildOMPDependClause(OMPDependClause::DependDataTy Data,Expr * DepModifier,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPDependClause() argument 10712 Expr *DepModifier = C->getModifier(); TransformOMPDependClause() local
|
H A D | SemaOpenMP.cpp | 20286 ActOnOpenMPDependClause(const OMPDependClause::DependDataTy & Data,Expr * DepModifier,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPDependClause() argument
|