Home
last modified time | relevance | path

Searched refs:clang_getCursorExceptionSpecificationType (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports199 clang_getCursorExceptionSpecificationType
H A DCXType.cpp775 int clang_getCursorExceptionSpecificationType(CXCursor C) { in clang_getCursorExceptionSpecificationType() function
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3810 CINDEX_LINKAGE int clang_getCursorExceptionSpecificationType(CXCursor C);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1682 exc_kind = conf.lib.clang_getCursorExceptionSpecificationType(self)
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c922 switch (clang_getCursorExceptionSpecificationType(Cursor)) in PrintCursor()