Searched defs:checkSubobject (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp201 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
557 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, function in class:SubobjectDesignator
746 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { function in struct:__anon3049::LValue
752 Designator.checkSubobject(Info, E, CSK);
757 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base))
761 if (checkSubobject(Info, E, CSK_ArrayToPointer))
765 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real))
1279 if (!Result.checkSubobject(Info, E, CSK_Derived))
2626 if (This && !This->checkSubobject(Info, E, CSK_This))

Completed in 37 milliseconds