Searched defs:CastedExprParent (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp40 ExprParent CastedExprParent; member in struct:__anon18206::CastedAllocFinder::CallRecord
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, argument
48 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr),
209 if (i->CastedExprParent.is<const VarDecl *>()) {
211 i->CastedExprParent.get<const VarDecl *>()->getTypeSourceInfo();

Completed in 88 milliseconds