Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h236 Node *findChild(NodeRole R) { in findChild() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp332 const syntax::Node *syntax::Tree::findChild(NodeRole R) const { in findChild() function in syntax::Tree