Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports204 clang_getCursorLinkage
H A DCIndex.cpp7842 CXLinkageKind clang_getCursorLinkage(CXCursor cursor) { in clang_getCursorLinkage() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2840 CINDEX_LINKAGE enum CXLinkageKind clang_getCursorLinkage(CXCursor cursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1588 self._linkage = conf.lib.clang_getCursorLinkage(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1455 switch (clang_getCursorLinkage(cursor)) { in PrintLinkage()