Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4184 struct ModifySubobjectHandler { struct
4185 EvalInfo &Info;
4186 APValue &NewVal;
4187 const Expr *E;
4189 typedef bool result_type;
4190 static const AccessKinds AccessKind = AK_Assign;
4192 bool checkConst(QualType QT) { in checkConst()
4201 bool failed() { return false; } in failed()
4202 bool found(APValue &Subobj, QualType SubobjType) { in found()
4209 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]