Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
DTree.h203 Node *getLastChild() { return LastChild; } in getLastChild() function
204 const Node *getLastChild() const { return LastChild; } in getLastChild() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h121 DWARFDie getLastChild() const;
392 return iterator(getLastChild()); in end()
DDWARFUnit.h473 DWARFDie getLastChild(const DWARFDebugInfoEntry *Die);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
DTree.cpp287 assert(&C == T->getLastChild() && in assertInvariants()
323 for (const auto *C = getLastChild(); C; C = C->getPreviousSibling()) { in findLastLeaf()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp699 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie
701 return U->getLastChild(Die); in getLastChild()
DDWARFUnit.cpp819 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit