Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3792 struct ExtractSubobjectHandler { struct
3793 EvalInfo &Info;
3794 const Expr *E;
3795 APValue &Result;
3796 const AccessKinds AccessKind;
3798 typedef bool result_type;
3799 bool failed() { return false; } in failed()
3800 bool found(APValue &Subobj, QualType SubobjType) { in found()
3806 bool found(APSInt &Value, QualType SubobjType) { in found()
3810 bool found(APFloat &Value, QualType SubobjType) { in found()