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

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 2814 CINDEX_LINKAGE unsigned clang_isUnexposed(enum CXCursorKind);
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1797 if (clang_isUnexposed(clang_getCursorKind(cursor)))
1810 if (clang_isUnexposed(clang_getCursorKind(cursor)))
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 705 return conf.lib.clang_isUnexposed(self)
3933 ("clang_isUnexposed",
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 5959 unsigned clang_isUnexposed(enum CXCursorKind K) {

Completed in 108 milliseconds