Searched defs:hasChildren (Results 1 – 6 of 6) sorted by relevance
70 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
78 bool hasChildren() const { in hasChildren() function
99 bool hasChildren() const { return HasChildren; } in hasChildren() function
102 bool hasChildren() const { return Children; } in hasChildren() function867 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
43 constexpr bool hasChildren() const { return ChildrenOffset != 0 || IsRoot; } in hasChildren() function
14126 bool TrackerBase::hasChildren() const { in hasChildren() function in Catch::TestCaseTracking::TrackerBase