Home
last modified time | relevance | path

Searched defs:DestroyObjectHandler (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6772 struct DestroyObjectHandler { struct
6773 EvalInfo &Info;
6774 const Expr *E;
6775 const LValue &This;
6776 const AccessKinds AccessKind;
6778 typedef bool result_type;
6779 bool failed() { return false; } in failed()
6780 bool found(APValue &Subobj, QualType SubobjType) { in found()
6784 bool found(APSInt &Value, QualType SubobjType) { in found()
6788 bool found(APFloat &Value, QualType SubobjType) { in found()