Searched defs:CopyArrayElems (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 785 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 D | CGStmtOpenMP.cpp | 3629 SmallVector<const Expr *, 4> CopyArrayElems; emitScanBasedDirectiveFinals() local 3694 SmallVector<const Expr *, 4> CopyArrayElems; emitScanBasedDirective() local 5447 SmallVector<const Expr *, 4> CopyArrayElems; EmitOMPScanDirective() local [all...] |