OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChildIterator
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTNodesEmitter.cpp
34
typedef ChildMap::const_iterator
ChildIterator
;
91
ChildIterator
i = Tree.lower_bound(Base), e = Tree.upper_bound(Base);
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tree.h
217
struct
ChildIterator
: ChildIteratorBase<
ChildIterator
, Node> {
224
ConstChildIterator(const
ChildIterator
&I) : Base(I.asPointer()) {}
227
llvm::iterator_range<
ChildIterator
> getChildren() {
228
return {
ChildIterator
(getFirstChild()),
ChildIterator
()};
Completed in 30 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026