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

/external/clang/lib/AST/
H A DExprConstant.cpp220 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
666 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, function in class:SubobjectDesignator
839 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { function in struct:__anon16031::LValue
845 Designator.checkSubobject(Info, E, CSK);
850 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base))
854 if (checkSubobject(Info, E, CSK_ArrayToPointer))
858 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real))
1618 if (!Result.checkSubobject(Info, E, CSK_Derived))
3889 if (This && !This->checkSubobject(Info, E, CSK_This))

Completed in 116 milliseconds