Home
last modified time | relevance | path

Searched refs:clang_getCursorTLSKind (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports212 clang_getCursorTLSKind
H A DCIndex.cpp8139 CXTLSKind clang_getCursorTLSKind(CXCursor cursor) { in clang_getCursorTLSKind() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3008 CINDEX_LINKAGE enum CXTLSKind clang_getCursorTLSKind(CXCursor cursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1596 self._tls_kind = conf.lib.clang_getCursorTLSKind(self)