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

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
  131       BaseValue = EmitPointerWithAlignment(BaseExpr);
  132       const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
  135       LValue BaseLV = EmitLValue(BaseExpr);
  137       QualType BaseTy = BaseExpr->getType();