Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp4331 struct CompoundAssignSubobjectHandler { struct
4332 EvalInfo &Info;
4333 const CompoundAssignOperator *E;
4334 QualType PromotedLHSType;
4335 BinaryOperatorKind Opcode;
4336 const APValue &RHS;
4338 static const AccessKinds AccessKind = AK_Assign;
4340 typedef bool result_type;
4342 bool checkConst(QualType QT) { in checkConst()
4351 bool failed() { return false; } in failed()
[all …]