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

Declarations

tools/clang/lib/AST/Interp/InterpFrame.h
  110   const Expr *getExpr(CodePtr PC) const;

References

tools/clang/lib/AST/Interp/Interp.h
  118   const Expr *E = S.Current->getExpr(OpPC);
  853     const Expr *E = S.Current->getExpr(OpPC);
  881       const Expr *E = S.Current->getExpr(OpPC);
  884       S.CCEDiag(S.Current->getExpr(OpPC), diag::note_constexpr_lshift_discards);