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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 3496     Address Addr = EmitExtVectorElementLValue(LV);
 3498     QualType EltType = LV.getType()->castAs<VectorType>()->getElementType();
 3501     return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(),
 3502                           CGM.getTBAAInfoForSubobject(LV, EltType));