Home
last modified time | relevance | path

Searched refs:CastStmt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp423 if (const auto *CastStmt = selectFirst<Stmt>("stmt", ExplicitCast)) in findCastMutation() local
424 return CastStmt; in findCastMutation()