Home
last modified time | relevance | path

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