Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2530 struct ExtractSubobjectHandler { struct
2531 EvalInfo &Info;
2532 APValue &Result;
2534 static const AccessKinds AccessKind = AK_Read;
2536 typedef bool result_type;
2537 bool failed() { return false; } in failed()
2538 bool found(APValue &Subobj, QualType SubobjType) { in found()
2542 bool found(APSInt &Value, QualType SubobjType) { in found()
2546 bool found(APFloat &Value, QualType SubobjType) { in found()
2550 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp3787 struct ExtractSubobjectHandler { struct
3788 EvalInfo &Info;
3789 const Expr *E;
3790 APValue &Result;
3791 const AccessKinds AccessKind;
3793 typedef bool result_type;
3794 bool failed() { return false; } in failed()
3795 bool found(APValue &Subobj, QualType SubobjType) { in found()
3801 bool found(APSInt &Value, QualType SubobjType) { in found()
3805 bool found(APFloat &Value, QualType SubobjType) { in found()