Home
last modified time | relevance | path

Searched defs:getChild (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaTree.cpp144 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anon400feef60111::DeltaTreeInteriorNode
149 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anon400feef60111::DeltaTreeInteriorNode
H A DRewriteRope.cpp420 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon4d9c27d40311::RopePieceBTreeInterior
425 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon4d9c27d40311::RopePieceBTreeInterior
H A DVirtualFileSystem.cpp780 InMemoryNode *getChild(StringRef Name) const { in getChild() function in llvm::vfs::detail::InMemoryDirectory
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h738 const TreePatternNode &getChild(unsigned N) const { in getChild() function
741 TreePatternNode &getChild(unsigned N) { return *Children[N].get(); } in getChild() function
H A DDAGISelMatcher.h211 Matcher *getChild(unsigned i) { return Children[i]; } in getChild() function
212 const Matcher *getChild(unsigned i) const { return Children[i]; } in getChild() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h458 const Node *getChild() const { return Child; } in getChild() function
1505 const Node *getChild() const { return Child; } in getChild() function