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

References

tools/clang/lib/Sema/SemaChecking.cpp
13371   while (expr) {
13372     expr = expr->IgnoreParenImpCasts();
13372     expr = expr->IgnoreParenImpCasts();
13373     switch (expr->getStmtClass()) {
13375         const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(expr);
13378         expr = ASE->getBase();
13382         expr = cast<MemberExpr>(expr)->getBase();
13382         expr = cast<MemberExpr>(expr)->getBase();
13386         const OMPArraySectionExpr *ASE = cast<OMPArraySectionExpr>(expr);
13394         const UnaryOperator *UO = cast<UnaryOperator>(expr);
13395         expr = UO->getSubExpr();
13409         const ConditionalOperator *cond = cast<ConditionalOperator>(expr);
13417         const auto *OCE = cast<CXXOperatorCallExpr>(expr);