Home
last modified time | relevance | path

Searched refs:clang_getCursorResultType (Results 1 – 11 of 11) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports180 clang_getCursorResultType
DCXType.cpp596 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports209 clang_getCursorResultType
DCXType.cpp722 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
/external/clang/include/clang-c/
DIndex.h3336 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
/external/rust/crates/bindgen/src/
Dclang.rs694 x: unsafe { clang_getCursorResultType(self.x) }, in ret_type()
/external/llvm-project/clang/include/clang-c/
DIndex.h3781 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs2025 pub fn clang_getCursorResultType(cursor: CXCursor) -> CXType;
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1671 self._result_type = conf.lib.clang_getCursorResultType(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1607 CXType RT = clang_getCursorResultType(cursor); in PrintType()