Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports203 clang_getCursorLexicalParent
H A DCIndex.cpp8224 CXCursor clang_getCursorLexicalParent(CXCursor cursor) { in clang_getCursorLexicalParent() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3115 CINDEX_LINKAGE CXCursor clang_getCursorLexicalParent(CXCursor cursor);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1768 self._lexical_parent = conf.lib.clang_getCursorLexicalParent(self)