Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2971 struct ExtractSubobjectHandler { struct
2972 EvalInfo &Info;
2973 APValue &Result;
2975 static const AccessKinds AccessKind = AK_Read;
2977 typedef bool result_type;
2978 bool failed() { return false; } in failed()
2979 bool found(APValue &Subobj, QualType SubobjType) { in found()
2983 bool found(APSInt &Value, QualType SubobjType) { in found()
2987 bool found(APFloat &Value, QualType SubobjType) { in found()
2991 bool foundString(APValue &Subobj, QualType SubobjType, uint64_t Character) { in foundString()