Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4148 struct ExtractSubobjectHandler { struct
4149 EvalInfo &Info;
4150 const Expr *E;
4151 APValue &Result;
4152 const AccessKinds AccessKind;
4154 typedef bool result_type;
4155 bool failed() { return false; } in failed()
4156 bool found(APValue &Subobj, QualType SubobjType) { in found()
4162 bool found(APSInt &Value, QualType SubobjType) { in found()
4166 bool found(APFloat &Value, QualType SubobjType) { in found()