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

References

tools/clang/lib/AST/ExprConstant.cpp
 5327   for (const Expr *E = LHSExpr; E != nullptr;) {
 5329     if (auto *ME = dyn_cast<MemberExpr>(E)) {
 5347       E = ME->getBase();
 5355     } else if (auto *ASE = dyn_cast<ArraySubscriptExpr>(E)) {
 5361       E = Base;
 5364     } else if (auto *ICE = dyn_cast<ImplicitCastExpr>(E)) {
 5366       E = ICE->getSubExpr();