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.cpp7080 struct DestroyObjectHandler { struct
7081 EvalInfo &Info;
7082 const Expr *E;
7083 const LValue &This;
7084 const AccessKinds AccessKind;
7086 typedef bool result_type;
7087 bool failed() { return false; } in failed()
7088 bool found(APValue &Subobj, QualType SubobjType) { in found()
7092 bool found(APSInt &Value, QualType SubobjType) { in found()
7096 bool found(APFloat &Value, QualType SubobjType) { in found()