Lines Matching defs:IRef

159         for (const Expr *IRef : C->varlist()) {
161 cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl());
881 const auto *IRef = C->varlist_begin();
884 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
893 ++IRef;
903 ++IRef;
915 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
922 ++IRef;
978 EmitLoadOfScalar(MakeAddrLValue(VDAddr, (*IRef)->getType(),
980 (*IRef)->getExprLoc());
983 EmitStoreOfScalar(V, MakeAddrLValue(VDAddr, (*IRef)->getType(),
995 ++IRef;
1009 auto IRef = C->varlist_begin();
1011 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1022 ++IRef;
1037 auto IRef = C->varlist_begin();
1041 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1053 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
1064 Address PrivateAddr = EmitLValue(*IRef).getAddress();
1086 ++IRef;
1118 const auto *IRef = C->varlist_begin();
1123 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1132 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
1155 ++IRef;
1208 auto IRef = C->varlist_begin();
1213 cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
1236 *this, MakeAddrLValue(PrivateAddr, (*IRef)->getType()), PrivateVD,
1237 (*IRef)->getExprLoc());
1242 ++IRef;
1289 for (const Expr *IRef : Shareds) {
1313 bool isaOMPArraySectionExpr = isa<ArraySectionExpr>(IRef);
1320 isa<ArraySubscriptExpr>(IRef)) {
3664 for (const Expr *IRef : Privates) {
3665 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl());
4800 auto IRef = C->varlist_begin();
4802 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
4804 Data.PrivateVars.push_back(*IRef);
4807 ++IRef;
4813 auto IRef = C->varlist_begin();
4816 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
4818 Data.FirstprivateVars.push_back(*IRef);
4822 ++IRef;
4829 auto IRef = C->varlist_begin();
4832 const auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());
4834 Data.LastprivateVars.push_back(*IRef);
4839 cast<DeclRefExpr>(*IRef)));
4840 ++IRef;
5195 auto IRef = C->varlist_begin();
5198 Data.FirstprivateVars.push_back(*IRef);
5201 ++IRef;