Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3828 struct ModifySubobjectHandler { struct
3829 EvalInfo &Info;
3830 APValue &NewVal;
3831 const Expr *E;
3833 typedef bool result_type;
3834 static const AccessKinds AccessKind = AK_Assign;
3836 bool checkConst(QualType QT) { in checkConst()
3845 bool failed() { return false; } in failed()
3846 bool found(APValue &Subobj, QualType SubobjType) { in found()
3853 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]