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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp41 const Expr *CastedExpr; member in struct:__anon18206::CastedAllocFinder::CallRecord
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, argument
48 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr),
181 QualType CastedType = i->CastedExpr->getType();

Completed in 59 milliseconds