Home | History | Annotate | Download | only in clang-c

Lines Matching refs:clang_visitChildren

179  *   clang_visitChildren(clang_getTranslationUnitCursor(TU),
188 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
1859 * from which one can use clang_visitChildren() to explore the rest of the
2499 * \c CXCursorVisitor to indicate how clang_visitChildren() proceed.
2556 CINDEX_LINKAGE unsigned clang_visitChildren(CXCursor parent,
2576 * identically to clang_visitChildren() in all other respects.