Searched defs: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);
795 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, function in class:SubobjectDesignator
968 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { function in struct:__anon17735::LValue
974 Designator.checkSubobject(Info, E, CSK);
979 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base))
983 if (checkSubobject(Info, E, CSK_ArrayToPointer))
987 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real))
1763 if (!Result.checkSubobject(Info, E, CSK_Derived))
4041 if (This && !This->checkSubobject(Info, E, CSK_This))

Completed in 1580 milliseconds