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

References

tools/clang/lib/Sema/SemaExpr.cpp
 4651     BaseExpr = LHSExp;
 4655     BaseExpr = LHSExp;
 4660     BaseExpr = LHSExp;
 4666       return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr,
 4672     BaseExpr = RHSExp;
 4678     BaseExpr = RHSExp;
 4683         << ResultType << BaseExpr->getSourceRange();
 4687     BaseExpr = LHSExp;    // vectors: V[123]
 4701     QualType BaseType = BaseExpr->getType();
 4719     BaseExpr = LHSExp;
 4730     BaseExpr = RHSExp;
 4752     Diag(BaseExpr->getBeginLoc(), diag::err_subscript_function_type)
 4753         << ResultType << BaseExpr->getSourceRange();
 4760       << BaseExpr->getSourceRange();
 4767                           diag::err_subscript_incomplete_type, BaseExpr))