Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h203 Node *getLastChild() { return LastChild; } in getLastChild() function
204 const Node *getLastChild() const { return LastChild; } in getLastChild() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h121 DWARFDie getLastChild() const;
392 return iterator(getLastChild()); in end()
H A DDWARFUnit.h464 DWARFDie getLastChild(const DWARFDebugInfoEntry *Die);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp287 assert(&C == T->getLastChild() && in assertInvariants()
323 for (const auto *C = getLastChild(); C; C = C->getPreviousSibling()) { in findLastLeaf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp684 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie
686 return U->getLastChild(Die); in getLastChild()
H A DDWARFUnit.cpp780 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit