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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 3812     Base = MakeAddrLValue(Ptr, PT->getPointeeType(), BaseInfo, TBAAInfo);
 3813     Base.getQuals().removeObjCGCAttr();
 3818     Base = EmitLValue(E->getBase());
 3828     Base = MakeAddrLValue(VecMem, E->getBase()->getType(),
 3833     E->getType().withCVRQualifiers(Base.getQuals().getCVRQualifiers());
 3839   if (Base.isSimple()) {
 3842     return LValue::MakeExtVectorElt(Base.getAddress(), CV, type,
 3843                                     Base.getBaseInfo(), TBAAAccessInfo());
 3845   assert(Base.isExtVectorElt() && "Can only subscript lvalue vec elts here!");
 3847   llvm::Constant *BaseElts = Base.getExtVectorElts();
 3853   return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type,
 3854                                   Base.getBaseInfo(), TBAAAccessInfo());