Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2570 struct ModifySubobjectHandler { struct
2571 EvalInfo &Info;
2572 APValue &NewVal;
2573 const Expr *E;
2575 typedef bool result_type;
2576 static const AccessKinds AccessKind = AK_Assign;
2578 bool checkConst(QualType QT) { in checkConst()
2587 bool failed() { return false; } in failed()
2588 bool found(APValue &Subobj, QualType SubobjType) { in found()
2595 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]