Searched refs:clang_visitChildren (Results 1 - 5 of 5) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexHigh.cpp228 clang_visitChildren(cxcursor::MakeCXCursor(cast<Decl>(DC), TU),
H A DCIndex.cpp2989 unsigned clang_visitChildren(CXCursor parent, function
3031 return clang_visitChildren(parent, visitWithBlock, block);
/external/clang/include/clang-c/
H A DIndex.h163 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
172 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
2028 * from which one can use clang_visitChildren() to explore the rest of the
2886 * \c CXCursorVisitor to indicate how clang_visitChildren() proceed.
2943 CINDEX_LINKAGE unsigned clang_visitChildren(CXCursor parent,
2963 * identically to clang_visitChildren() in all other respects.
/external/clang/bindings/python/clang/
H A Dcindex.py1288 conf.lib.clang_visitChildren(self, callbacks['cursor_visit'](visitor),
2944 ("clang_visitChildren",
/external/clang/tools/c-index-test/
H A Dc-index-test.c1182 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data);

Completed in 184 milliseconds