reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14131 if (!DE || !isa<VarDecl>(DE->getDecl())) { 14131 if (!DE || !isa<VarDecl>(DE->getDecl())) { 14137 Decl *D = DE->getDecl(); 14143 Vars.push_back(DE); 14165 buildVarDecl(*this, DE->getBeginLoc(), ElemType.getUnqualifiedType(), 14168 *this, SrcVD, ElemType.getUnqualifiedType(), DE->getExprLoc()); 14170 buildVarDecl(*this, DE->getBeginLoc(), ElemType, ".copyin.dst", 14173 buildDeclRefExpr(*this, DstVD, ElemType, DE->getExprLoc()); 14177 BuildBinOp(/*S=*/nullptr, DE->getExprLoc(), BO_Assign, PseudoDstExpr, 14181 AssignmentOp = ActOnFinishFullExpr(AssignmentOp.get(), DE->getExprLoc(), 14186 DSAStack->addDSA(VD, DE, OMPC_copyin); 14187 Vars.push_back(DE);