Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2263 struct ExtractSubobjectHandler { struct
2264 EvalInfo &Info;
2265 APValue &Result;
2267 static const AccessKinds AccessKind = AK_Read;
2269 typedef bool result_type;
2270 bool failed() { return false; } in failed()
2271 bool found(APValue &Subobj, QualType SubobjType) { in found()
2275 bool found(APSInt &Value, QualType SubobjType) { in found()
2279 bool found(APFloat &Value, QualType SubobjType) { in found()
2283 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()