Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6611 struct DestroyObjectHandler { struct
6612 EvalInfo &Info;
6613 const Expr *E;
6614 const LValue &This;
6615 const AccessKinds AccessKind;
6617 typedef bool result_type;
6618 bool failed() { return false; } in failed()
6619 bool found(APValue &Subobj, QualType SubobjType) { in found()
6623 bool found(APSInt &Value, QualType SubobjType) { in found()
6627 bool found(APFloat &Value, QualType SubobjType) { in found()