Home
last modified time | relevance | path

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

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