Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp3809 struct ExtractSubobjectHandler { struct
3810 EvalInfo &Info;
3811 const Expr *E;
3812 APValue &Result;
3813 const AccessKinds AccessKind;
3815 typedef bool result_type;
3816 bool failed() { return false; } in failed()
3817 bool found(APValue &Subobj, QualType SubobjType) { in found()
3823 bool found(APSInt &Value, QualType SubobjType) { in found()
3827 bool found(APFloat &Value, QualType SubobjType) { in found()