reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExpr.cpp
 2338   return MakeAddrLValue(PointeeAddr, RefLVal.getType()->getPointeeType(),
 2357   return MakeAddrLValue(Addr, PtrTy->getPointeeType(), BaseInfo, TBAAInfo);
 2579         return MakeAddrLValue(
 2694     LValue LV = MakeAddrLValue(Addr, T, BaseInfo, TBAAInfo);
 2726     LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(),
 3501     return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(),
 3597   LValue LV = MakeAddrLValue(Addr, E->getType(), EltBaseInfo, EltTBAAInfo);
 3796   return MakeAddrLValue(EltPtr, ResultExprTy, BaseInfo, TBAAInfo);
 3812     Base = MakeAddrLValue(Ptr, PT->getPointeeType(), BaseInfo, TBAAInfo);
 3879     BaseLV = MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo);
 4108         MakeAddrLValue(addr, FieldType, FieldBaseInfo, FieldTBAAInfo);
 4128   LValue LV = MakeAddrLValue(addr, FieldType, FieldBaseInfo, FieldTBAAInfo);
 4158   return MakeAddrLValue(V, FieldType, FieldBaseInfo,
 4274     return MakeAddrLValue(result, expr->getType(), LValueBaseInfo(alignSource),
 4380     return MakeAddrLValue(Base, E->getType(), LV.getBaseInfo(),
 4408     return MakeAddrLValue(Derived, E->getType(), LV.getBaseInfo(),
 4425     return MakeAddrLValue(V, E->getType(), LV.getBaseInfo(),
 4434     return MakeAddrLValue(Address(V, LV.getAddress().getAlignment()),
 4441     return MakeAddrLValue(V, E->getType(), LV.getBaseInfo(),
 4977   return MakeAddrLValue(MemberAddr, MPT->getPointeeType(), BaseInfo, TBAAInfo);
tools/clang/lib/CodeGen/CGExprCXX.cpp
  262     This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1064   SharedLVal = CGF.MakeAddrLValue(
 1117   return CGF.MakeAddrLValue(
 4803           SharedRefLValue = CGF.MakeAddrLValue(
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  176   return MakeAddrLValue(Address(V, Align), T, BaseInfo, TBAAInfo);
tools/clang/lib/CodeGen/CodeGenFunction.h
 2163     LValue RefLVal = MakeAddrLValue(RefAddr, RefTy, LValueBaseInfo(Source),