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

References

tools/clang/include/clang/AST/ASTContext.h
  169       ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow);
  171     Expr *getCopyExpr() const { return ExprAndFlag.getPointer(); }
  172     bool canThrow() const { return ExprAndFlag.getInt(); }