Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports174 clang_getCursorLexicalParent
DCIndex.cpp7184 CXCursor clang_getCursorLexicalParent(CXCursor cursor) { in clang_getCursorLexicalParent() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports203 clang_getCursorLexicalParent
DCIndex.cpp8172 CXCursor clang_getCursorLexicalParent(CXCursor cursor) { in clang_getCursorLexicalParent() function
/external/clang/include/clang-c/
DIndex.h2784 CINDEX_LINKAGE CXCursor clang_getCursorLexicalParent(CXCursor cursor);
/external/rust/crates/bindgen/src/
Dclang.rs122 x: clang_getCursorLexicalParent(self.x), in lexical_parent()
/external/llvm-project/clang/include/clang-c/
DIndex.h3095 CINDEX_LINKAGE CXCursor clang_getCursorLexicalParent(CXCursor cursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2013 pub fn clang_getCursorLexicalParent(cursor: CXCursor) -> CXCursor;
/external/clang/bindings/python/clang/
Dcindex.py1460 self._lexical_parent = conf.lib.clang_getCursorLexicalParent(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1768 self._lexical_parent = conf.lib.clang_getCursorLexicalParent(self)