Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h121 DWARFDie getLastChild() const;
393 return iterator(getLastChild()); in end()
H A DDWARFUnit.h489 DWARFDie getLastChild(const DWARFDebugInfoEntry *Die);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp651 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie
653 return U->getLastChild(Die); in getLastChild()
H A DDWARFUnit.cpp948 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit