Searched defs:firstChild (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h155 Node *firstChild() { return FirstChild; } function in class:clang::syntax::Tree
156 const Node *firstChild() const { return FirstChild; } function in class:clang::syntax::Tree

Completed in 96 milliseconds