Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp380 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1399 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject() function in SubobjectDesignator
1652 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() function
1654 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
1659 if (checkSubobject(Info, E, isa<FieldDecl>(D) ? CSK_Field : CSK_Base)) in addDecl()
1668 if (checkSubobject(Info, E, CSK_ArrayToPointer)) { in addUnsizedArray()
1675 if (checkSubobject(Info, E, CSK_ArrayToPointer)) in addArray()
1679 if (checkSubobject(Info, E, Imag ? CSK_Imag : CSK_Real)) in addComplex()
3033 if (!Result.checkSubobject(Info, E, CSK_Derived)) in CastToDerivedClass()