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

References

tools/clang/lib/Sema/SemaChecking.cpp
14139   RHSExpr = RHSExpr->IgnoreParenImpCasts();
14139   RHSExpr = RHSExpr->IgnoreParenImpCasts();
14142   const CallExpr *CE = dyn_cast<CallExpr>(RHSExpr);
14151   RHSExpr = CE->getArg(0);
14154   const DeclRefExpr *RHSDeclRef = dyn_cast<DeclRefExpr>(RHSExpr);
14166                                         << RHSExpr->getSourceRange();
14175   const Expr *RHSBase = RHSExpr;
14177   const MemberExpr *RHSME = dyn_cast<MemberExpr>(RHSExpr);
14203                                         << RHSExpr->getSourceRange();
14210                                         << RHSExpr->getSourceRange();