Home
last modified time | relevance | path

Searched refs:asPointer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h173 NodeT *asPointer() const { return N; } in asPointer() function
202 ConstChildIterator(const ChildIterator &I) : Base(I.asPointer()) {} in ConstChildIterator()