Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DTree.h214 Node *findChild(NodeRole R) { in findChild() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTree.cpp303 const syntax::Node *syntax::Tree::findChild(NodeRole R) const { in findChild() function in syntax::Tree