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

References

tools/clang/lib/CodeGen/CGExpr.cpp
  930   if (const VectorType *VT = Base->getType()->getAs<VectorType>()) {
  931     IndexedType = Base->getType();
  935   Base = Base->IgnoreParens();
  935   Base = Base->IgnoreParens();
  937   if (const auto *CE = dyn_cast<CastExpr>(Base)) {
  950   QualType EltTy{Base->getType()->getPointeeOrArrayElementType(), 0};
  951   if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) {
  952     IndexedType = Base->getType();