Home | History | Annotate | Download | only in Analysis

Lines Matching refs:children

238   ArrayRef<Stmt*> children;
243 iterator begin() const { return children.rbegin(); }
244 iterator end() const { return children.rend(); }
250 children = CE->getRawSubExprs();
257 children = llvm::makeArrayRef(reinterpret_cast<Stmt**>(IE->getInits()),
266 for (Stmt::child_range I = S->children(); I; ++I) {
271 children = childrenBuf;
1206 /// VisitChildren - Visit the children of a Stmt.
1210 // Visit the children in their reverse order so that they appear in
3138 // When visiting children for destructors we want to visit them in reverse
3143 for (Stmt::child_range I = E->children(); I; ++I) {
3212 // LHS expression (order of children). For destructors visit them in reverse
3385 for (Stmt::const_child_range I = S->children(); I; ++I) {
3732 if (Sub->children()) {