Lines Matching defs:Child
112 for (const Stmt *Child : Cond->children()) {
113 if (!Child)
116 if (isAtLeastOneCondVarChanged(Func, LoopStmt, Child, Context))
130 for (const Stmt *Child : Cond->children()) {
131 if (!Child)
134 std::string NewNames = getCondVarNames(Child);
192 for (const Stmt *Child : StmtNode->children())
193 if (Child && !populateCallees(Child, Callees))
222 for (const Stmt *Child : Cond->children())
223 if (Child && hasStaticLocalVariable(Child))