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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp42 const TypeSourceInfo *ExplicitCastType; member in struct:__anon18206::CastedAllocFinder::CallRecord
46 const TypeSourceInfo *ExplicitCastType,
49 ExplicitCastType(ExplicitCastType), AllocCall(AllocCall) {}
213 TSI = i->ExplicitCastType;
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, const TypeSourceInfo *ExplicitCastType, const CallExpr *AllocCall) argument

Completed in 965 milliseconds