Searched refs:SrcVD (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp536 const VarDecl *SrcVD, const Expr *Copy) {
547 [this, Copy, SrcVD, DestVD](Address DestElement, Address SrcElement) {
556 SrcVD, [SrcElement]() -> Address { return SrcElement; });
564 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; });
741 auto *SrcVD = cast<VarDecl>(cast<DeclRefExpr>(*ISrcRef)->getDecl()); local
743 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp);
863 auto *SrcVD = cast<VarDecl>(cast<DeclRefExpr>(*ISrcRef)->getDecl()); local
873 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp);
534 EmitOMPCopy(QualType OriginalType, Address DestAddr, Address SrcAddr, const VarDecl *DestVD, const VarDecl *SrcVD, const Expr *Copy) argument
H A DCodeGenFunction.h2366 /// \param SrcVD Source variable used in \a CopyExpr (for arrays, has type of
2368 /// \param Copy Actual copygin expression for copying data from \a SrcVD to \a
2372 const VarDecl *DestVD, const VarDecl *SrcVD,
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp8717 auto *SrcVD = buildVarDecl(*this, ERange.getBegin(),
8721 buildDeclRefExpr(*this, SrcVD, Type.getUnqualifiedType(), ELoc);
9960 auto *SrcVD =
9964 *this, SrcVD, ElemType.getUnqualifiedType(), DE->getExprLoc());
10073 auto *SrcVD =
10076 auto *PseudoSrcExpr = buildDeclRefExpr(*this, SrcVD, Type, ELoc);

Completed in 83 milliseconds