Lines Matching defs:checkSubobject
394 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1477 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E,
1743 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) {
1745 Designator.checkSubobject(Info, E, CSK);
1750 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base))
1759 if (checkSubobject(Info, E, CSK_ArrayToPointer)) {
1766 if (checkSubobject(Info, E, CSK_ArrayToPointer))
1770 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real))
1775 if (checkSubobject(Info, E, CSK_VectorElement))
3258 if (!Result.checkSubobject(Info, E, CSK_Derived))