Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4425 struct IncDecSubobjectHandler { struct
4426 EvalInfo &Info;
4427 const UnaryOperator *E;
4428 AccessKinds AccessKind;
4429 APValue *Old;
4431 typedef bool result_type;
4433 bool checkConst(QualType QT) { in checkConst()
4442 bool failed() { return false; } in failed()
4443 bool found(APValue &Subobj, QualType SubobjType) { in found()
4472 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]