Home
last modified time | relevance | path

Searched defs:getLastChild (Results 1 – 3 of 3) 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/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp660 DWARFDie DWARFDie::getLastChild() const { in getLastChild() function in DWARFDie
H A DDWARFUnit.cpp1009 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild() function in DWARFUnit