Lines Matching defs:IRef
157 for (const Expr *IRef : C->varlists()) {
159 cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl());
847 const auto *IRef = C->varlist_begin();
850 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
859 ++IRef;
869 ++IRef;
881 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
888 ++IRef;
944 EmitLoadOfScalar(MakeAddrLValue(VDAddr, (*IRef)->getType(),
946 (*IRef)->getExprLoc());
949 EmitStoreOfScalar(V, MakeAddrLValue(VDAddr, (*IRef)->getType(),
961 ++IRef;
975 auto IRef = C->varlist_begin();
977 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
988 ++IRef;
1003 auto IRef = C->varlist_begin();
1007 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1019 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
1030 Address PrivateAddr = EmitLValue(*IRef).getAddress();
1052 ++IRef;
1084 const auto *IRef = C->varlist_begin();
1089 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1098 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
1121 ++IRef;
1174 auto IRef = C->varlist_begin();
1179 cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1202 *this, MakeAddrLValue(PrivateAddr, (*IRef)->getType()), PrivateVD,
1203 (*IRef)->getExprLoc());
1208 ++IRef;
1255 for (const Expr *IRef : Shareds) {
1279 bool isaOMPArraySectionExpr = isa<ArraySectionExpr>(IRef);
1286 isa<ArraySubscriptExpr>(IRef)) {
3610 for (const Expr *IRef : Privates) {
3611 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl());
4690 auto IRef = C->varlist_begin();
4692 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
4694 Data.PrivateVars.push_back(*IRef);
4697 ++IRef;
4703 auto IRef = C->varlist_begin();
4706 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
4708 Data.FirstprivateVars.push_back(*IRef);
4712 ++IRef;
4719 auto IRef = C->varlist_begin();
4722 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
4724 Data.LastprivateVars.push_back(*IRef);
4729 cast<DeclRefExpr>(*IRef)));
4730 ++IRef;
5085 auto IRef = C->varlist_begin();
5088 Data.FirstprivateVars.push_back(*IRef);
5091 ++IRef;