Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp145 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anonb6a907500111::DeltaTreeInteriorNode
150 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anonb6a907500111::DeltaTreeInteriorNode
H A DRewriteRope.cpp422 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anoncedcbeae0311::RopePieceBTreeInterior
427 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anoncedcbeae0311::RopePieceBTreeInterior
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h199 Matcher *getChild(unsigned i) { return Children[i]; } in getChild() function
200 const Matcher *getChild(unsigned i) const { return Children[i]; } in getChild() function
H A DCodeGenDAGPatterns.h722 TreePatternNode *getChild(unsigned N) const { return Children[N].get(); } in getChild() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp658 InMemoryNode *getChild(StringRef Name) { in getChild() function in llvm::vfs::detail::InMemoryDirectory
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1163 const Node *getChild() const { return Child; } in getChild() function