Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DDeltaTree.cpp145 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anond26f711c0111::DeltaTreeInteriorNode
150 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anond26f711c0111::DeltaTreeInteriorNode
H A DRewriteRope.cpp422 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anonf5e4cb7a0311::RopePieceBTreeInterior
427 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anonf5e4cb7a0311::RopePieceBTreeInterior
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h87 StorageLocation &getChild(const ValueDecl &D) const { in getChild() function
H A DValue.h300 Value *getChild(const ValueDecl &D) const { in getChild() function
/openbsd-src/gnu/llvm/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.h730 TreePatternNode *getChild(unsigned N) const { return Children[N].get(); } in getChild() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h426 const Node *getChild() const { return Child; } in getChild() function
1348 const Node *getChild() const { return Child; } in getChild() function
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h426 const Node *getChild() const { return Child; } in getChild() function
1348 const Node *getChild() const { return Child; } in getChild() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp741 InMemoryNode *getChild(StringRef Name) const { in getChild() function in llvm::vfs::detail::InMemoryDirectory