HomeSort by: relevance | last modified time | path
    Searched refs:clang_visitChildren (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp 228 return clang_visitChildren(cxcursor::MakeCXCursor(cast<Decl>(DC), TU),
CIndex.cpp 4544 unsigned clang_visitChildren(CXCursor parent, CXCursorVisitor visitor,
4583 return clang_visitChildren(parent, visitWithBlock, block);
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 248 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
257 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
2697 * from which one can use clang_visitChildren() to explore the rest of the
4180 * \c CXCursorVisitor to indicate how clang_visitChildren() proceed.
4237 CINDEX_LINKAGE unsigned clang_visitChildren(CXCursor parent,
4257 * identically to clang_visitChildren() in all other respects.
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1841 conf.lib.clang_visitChildren(self, callbacks['cursor_visit'](visitor),
3960 ("clang_visitChildren",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1976 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data);

Completed in 74 milliseconds