Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp40 ExprParent CastedExprParent; member
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()
48 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr), in CallRecord()
212 if (i->CastedExprParent.is<const VarDecl *>()) { in checkASTCodeBody()
214 i->CastedExprParent.get<const VarDecl *>()->getTypeSourceInfo(); in checkASTCodeBody()