Home
last modified time | relevance | path

Searched defs:CopyArrayElems (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp785 setInscanCopyArrayElems(ArrayRef<Expr * > CopyArrayElems) setInscanCopyArrayElems() argument
801 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ModifierLoc,SourceLocation EndLoc,SourceLocation ColonLoc,OpenMPReductionClauseModifier Modifier,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > CopyOps,ArrayRef<Expr * > CopyArrayTemps,ArrayRef<Expr * > CopyArrayElems,Stmt * PreInit,Expr * PostUpdate) Create() argument
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3629 SmallVector<const Expr *, 4> CopyArrayElems; emitScanBasedDirectiveFinals() local
3694 SmallVector<const Expr *, 4> CopyArrayElems; emitScanBasedDirective() local
5447 SmallVector<const Expr *, 4> CopyArrayElems; EmitOMPScanDirective() local
[all...]