Home
last modified time | relevance | path

Searched refs:clang_getCursorSemanticParent (Results 1 – 14 of 14) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports181 clang_getCursorSemanticParent
DCXType.cpp852 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField()
DCIndex.cpp7164 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports210 clang_getCursorSemanticParent
DCXType.cpp1057 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField()
DCIndex.cpp8152 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
/external/clang/include/clang-c/
DIndex.h2748 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
/external/rust/crates/bindgen/src/
Dclang.rs134 x: clang_getCursorSemanticParent(self.x), in fallible_semantic_parent()
/external/llvm-project/clang/include/clang-c/
DIndex.h3059 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2026 pub fn clang_getCursorSemanticParent(cursor: CXCursor) -> CXCursor;
/external/clang/bindings/python/clang/
Dcindex.py1452 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1760 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1442 Parent = clang_getCursorSemanticParent(Record); in PrintTypeSize()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1757 Parent = clang_getCursorSemanticParent(Record); in PrintTypeSize()