Searched refs:checkSubobject (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 202 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK); 557 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator 746 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function 752 Designator.checkSubobject(Info, E, CSK); in checkSubobject() 757 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl() 761 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray() 765 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex() 1286 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass() 2552 if (This && !This->checkSubobject(Info, E, CSK_This)) in VisitCallExpr()
|