Searched refs:CastedExpr (Results 1 – 2 of 2) sorted by relevance
41 const Expr *CastedExpr; member45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()48 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr), in CallRecord()184 QualType CastedType = i->CastedExpr->getType(); in checkASTCodeBody()
265 const Expr *CastedExpr = CE->getSubExpr(); in checkPostStmt() local267 SVal CastedVal = State->getSVal(CastedExpr, C.getLocationContext()); in checkPostStmt()283 const Expr *CastedExpr = CE->getSubExpr(); in checkPreStmt() local285 SVal CastedVal = State->getSVal(CastedExpr, C.getLocationContext()); in checkPreStmt()