Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports192 clang_getCursorAvailability
H A DCIndex.cpp7963 enum CXAvailabilityKind clang_getCursorAvailability(CXCursor cursor) { in clang_getCursorAvailability() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2877 clang_getCursorAvailability(CXCursor cursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1628 self._availability = conf.lib.clang_getCursorAvailability(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c832 switch (clang_getCursorAvailability(Cursor)) { in PrintCursor()