Searched refs:CastStmt (Results 1 – 1 of 1) sorted by relevance
546 if (const auto *CastStmt = selectFirst<Stmt>("stmt", ExplicitCast)) in findCastMutation() local547 return CastStmt; in findCastMutation()