Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3874 struct ExtractSubobjectHandler { struct
3875 EvalInfo &Info;
3876 const Expr *E;
3877 APValue &Result;
3878 const AccessKinds AccessKind;
3880 typedef bool result_type;
3881 bool failed() { return false; } in failed()
3882 bool found(APValue &Subobj, QualType SubobjType) { in found()
3888 bool found(APSInt &Value, QualType SubobjType) { in found()
3892 bool found(APFloat &Value, QualType SubobjType) { in found()