Home
last modified time | relevance | path

Searched refs:getLastChild (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDTree.h181 Node *getLastChild() { return LastChild; } in getLastChild() function
182 const Node *getLastChild() const { return LastChild; } in getLastChild() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDie.h120 DWARFDie getLastChild() const;
392 return iterator(getLastChild()); in end()
HDDWARFUnit.h529 DWARFDie getLastChild(const DWARFDebugInfoEntry *Die);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDTree.cpp257 assert(&C == T->getLastChild() && in assertInvariants()
294 for (const auto *C = getLastChild(); C; C = C->getPreviousSibling()) { in findLastLeaf()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.cpp660 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie
662 return U->getLastChild(Die); in getLastChild()
HDDWARFUnit.cpp1009 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit