Searched defs:getChild (Results 1 – 6 of 6) sorted by relevance
145 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anon5fc690450111::DeltaTreeInteriorNode150 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anon5fc690450111::DeltaTreeInteriorNode
422 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon358058e30311::RopePieceBTreeInterior427 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon358058e30311::RopePieceBTreeInterior
727 const TreePatternNode &getChild(unsigned N) const { in getChild() function730 TreePatternNode &getChild(unsigned N) { return *Children[N].get(); } in getChild() function
211 Matcher *getChild(unsigned i) { return Children[i]; } in getChild() function212 const Matcher *getChild(unsigned i) const { return Children[i]; } in getChild() function
431 const Node *getChild() const { return Child; } in getChild() function1467 const Node *getChild() const { return Child; } in getChild() function
768 InMemoryNode *getChild(StringRef Name) const { in getChild() function in llvm::vfs::detail::InMemoryDirectory