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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 775 int clang_getCursorExceptionSpecificationType(CXCursor C) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 3810 CINDEX_LINKAGE int clang_getCursorExceptionSpecificationType(CXCursor C);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1682 exc_kind = conf.lib.clang_getCursorExceptionSpecificationType(self)
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 922 switch (clang_getCursorExceptionSpecificationType(Cursor))

Completed in 23 milliseconds