Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp6603 struct DestroyObjectHandler { struct
6604 EvalInfo &Info;
6605 const Expr *E;
6606 const LValue &This;
6607 const AccessKinds AccessKind;
6609 typedef bool result_type;
6610 bool failed() { return false; } in failed()
6611 bool found(APValue &Subobj, QualType SubobjType) { in found()
6615 bool found(APSInt &Value, QualType SubobjType) { in found()
6619 bool found(APFloat &Value, QualType SubobjType) { in found()