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

/external/clang/tools/libclang/
H A DCIndexHigh.cpp231 return clang_visitChildren(cxcursor::MakeCXCursor(cast<Decl>(DC), TU),
H A DCIndex.cpp3288 unsigned clang_visitChildren(CXCursor parent, function
3330 return clang_visitChildren(parent, visitWithBlock, block);
/external/clang/include/clang-c/
H A DIndex.h191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
2236 * from which one can use clang_visitChildren() to explore the rest of the
3232 * \c CXCursorVisitor to indicate how clang_visitChildren() proceed.
3289 CINDEX_LINKAGE unsigned clang_visitChildren(CXCursor parent,
3309 * identically to clang_visitChildren() in all other respects.
/external/clang/bindings/python/clang/
H A Dcindex.py1386 conf.lib.clang_visitChildren(self, callbacks['cursor_visit'](visitor),
3290 ("clang_visitChildren",
/external/clang/tools/c-index-test/
H A Dc-index-test.c1424 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data);

Completed in 1227 milliseconds