Searched refs:checkSubobject (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 236 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK); 871 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator 1051 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function 1053 Designator.checkSubobject(Info, E, CSK); in checkSubobject() 1058 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl() 1062 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray() 1066 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex() 1864 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass() 4266 if (This && !This->checkSubobject(Info, E, CSK_This)) in handleCallExpr()
|