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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 4143   if (!FieldType->isReferenceType())
 4149   llvm::Type *llvmType = ConvertTypeForMem(FieldType);
 4158   return MakeAddrLValue(V, FieldType, FieldBaseInfo,
 4159                         CGM.getTBAAInfoForSubobject(Base, FieldType));