Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h125 StorageLocation *getChild(const ValueDecl &D) const { in getChild() function
/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp
H A DRewriteRope.cpp
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h200 std::pair<Qualifier *, std::unique_ptr<MatcherNode>> &getChild(unsigned i) { in getChild() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h730 const TreePatternNode &getChild(unsigned N) const { in getChild() function
727 const TreePatternNode &getChild(unsigned N) const { 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
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h431 const Node *getChild() const { return Child; } getChild() function
1467 const Node *getChild() const { return Child; } getChild() function
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h432 const Node *getChild() const { return Child; } getChild() function
1468 const Node *getChild() const { return Child; } getChild() function
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp768 InMemoryNode *getChild(StringRef Name) const { getChild() function in llvm::vfs::detail::InMemoryDirectory