Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3795 struct ExtractSubobjectHandler { struct
3796 EvalInfo &Info;
3797 const Expr *E;
3798 APValue &Result;
3799 const AccessKinds AccessKind;
3801 typedef bool result_type;
3802 bool failed() { return false; } in failed()
3803 bool found(APValue &Subobj, QualType SubobjType) { in found()
3809 bool found(APSInt &Value, QualType SubobjType) { in found()
3813 bool found(APFloat &Value, QualType SubobjType) { in found()