Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6521 struct DestroyObjectHandler { struct
6522 EvalInfo &Info;
6523 const Expr *E;
6524 const LValue &This;
6525 const AccessKinds AccessKind;
6527 typedef bool result_type;
6528 bool failed() { return false; } in failed()
6529 bool found(APValue &Subobj, QualType SubobjType) { in found()
6533 bool found(APSInt &Value, QualType SubobjType) { in found()
6537 bool found(APFloat &Value, QualType SubobjType) { in found()