Searched refs:CCast (Results 1 – 3 of 3) sorted by relevance
577 const auto &CCast = checkNode<CStyleCastExpr>( in TEST() local581 CCast.Children[0], SourceSelectionKind::ContainsSelection, in TEST()621 const auto &CCast = checkNode<CStyleCastExpr>( in TEST() local625 CCast.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
5257 if (const CStyleCastExpr *CCast = dyn_cast<CStyleCastExpr>(E)) { in checkFormatExpr() local5259 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr()
8744 if (const CStyleCastExpr *CCast = dyn_cast<CStyleCastExpr>(E)) { in checkFormatExpr() local8746 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr()