Searched defs:getChild (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp145 const DeltaTreeNode *getChild(unsigned i) const { function in class:__anon3109::DeltaTreeNode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp636 InMemoryNode *getChild(StringRef Name) { function in class:llvm::vfs::detail::InMemoryDirectory
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h728 TreePatternNode *getChild(unsigned N) const { return Children[N].get(); } function in class:llvm::TreePatternNode
H A DDAGISelMatcher.h193 Matcher *getChild(unsigned i) { return Children[i]; } function in class:llvm::ScopeMatcher
194 const Matcher *getChild(unsigned i) const { return Children[i]; } function in class:llvm::ScopeMatcher
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1159 const Node *getChild() const { return Child; } function in class:final

Completed in 139 milliseconds