Home
last modified time | relevance | path

Searched defs:ExtractSubobjectHandler (Results 1 – 1 of 1) 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()