Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1057 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 DTreeTransform.h2012 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 DSemaOpenMP.cpp20286 ActOnOpenMPDependClause(const OMPDependClause::DependDataTy & Data,Expr * DepModifier,ArrayRef<Expr * > VarList,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPDependClause() argument