Searched defs:hasChildren (Results 1 – 3 of 3) sorted by relevance
33 bool hasChildren() const { return HasChildren; } in hasChildren() function
61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function
84 bool hasChildren() const { return Children; } in hasChildren() function666 bool hasChildren() const { return !Children.empty(); } in hasChildren() function