Home
last modified time | relevance | path

Searched defs:getNextSibling (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h119 const Node *getNextSibling() const { return NextSibling; } in getNextSibling() function
120 Node *getNextSibling() { return NextSibling; } in getNextSibling() function