Searched defs:getChild (Results 1 – 6 of 6) sorted by relevance
144 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anon400feef60111::DeltaTreeInteriorNode149 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anon400feef60111::DeltaTreeInteriorNode
420 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon4d9c27d40311::RopePieceBTreeInterior425 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon4d9c27d40311::RopePieceBTreeInterior
780 InMemoryNode *getChild(StringRef Name) const { in getChild() function in llvm::vfs::detail::InMemoryDirectory
738 const TreePatternNode &getChild(unsigned N) const { in getChild() function741 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
458 const Node *getChild() const { return Child; } in getChild() function1505 const Node *getChild() const { return Child; } in getChild() function