Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VarRef

7215     const Expr *VarRef = nullptr;
7225 const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr,
7230 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {}
8341 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) {
8352 IsImplicit, Mapper, VarRef, ForDeviceAddr);
8598 L.IsImplicit, L.Mapper, L.ForDeviceAddr, VD, L.VarRef);
8966 const Expr *VarRef;
8967 std::tie(Components, MapType, MapModifiers, IsImplicit, Mapper, VarRef) =
8973 VarRef) = L1;
9078 const Expr *VarRef;
9079 std::tie(Components, MapType, MapModifiers, IsImplicit, Mapper, VarRef) =
9086 /*ForDeviceAddr=*/false, VD, VarRef, OverlappedComponents);
9096 const Expr *VarRef;
9097 std::tie(Components, MapType, MapModifiers, IsImplicit, Mapper, VarRef) =
9104 /*ForDeviceAddr=*/false, VD, VarRef);