Searched refs:printChildren (Results 1 – 1 of 1) sorted by relevance
40 void printChildren(RangeT &&range) { in printChildren() function in __anon688676180111::NodePrinter56 void printChildren(RangeT &&range, OthersT &&...others) { in printChildren() function in __anon688676180111::NodePrinter57 printChildren(ArrayRef<const Node *>({range, others...})); in printChildren()62 void printChildren(StringRef label, RangeT &&range) { in printChildren() function in __anon688676180111::NodePrinter71 printChildren(std::forward<RangeT>(range)); in printChildren()192 printChildren(stmt->getChildren()); in printImpl()197 printChildren(stmt->getRootOpExpr()); in printImpl()202 printChildren(stmt->getVarDecl()); in printImpl()207 printChildren(stmt->getRootOpExpr()); in printImpl()208 printChildren("ReplValues", stmt->getReplExprs()); in printImpl()[all …]