Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp3845 struct ModifySubobjectHandler { struct
3846 EvalInfo &Info;
3847 APValue &NewVal;
3848 const Expr *E;
3850 typedef bool result_type;
3851 static const AccessKinds AccessKind = AK_Assign;
3853 bool checkConst(QualType QT) { in checkConst()
3862 bool failed() { return false; } in failed()
3863 bool found(APValue &Subobj, QualType SubobjType) { in found()
3870 bool found(APSInt &Value, QualType SubobjType) { in found()
[all …]