Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2799 struct IncDecSubobjectHandler { struct
2800 EvalInfo &Info;
2801 const Expr *E;
2802 AccessKinds AccessKind;
2803 APValue *Old;
2805 typedef bool result_type;
2807 bool checkConst(QualType QT) { in checkConst()
2816 bool failed() { return false; } in failed()
2817 bool found(APValue &Subobj, QualType SubobjType) { in found()
2846 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]