reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
64 while (isa<CastExpr>(*It) || isa<ParenExpr>(*It)) { 64 while (isa<CastExpr>(*It) || isa<ParenExpr>(*It)) { 65 if (auto ICE = dyn_cast<ImplicitCastExpr>(*It)) { 69 if (It == StmtStack.begin()) 71 --It; 73 const Stmt *Parent = *It;