Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports180 clang_getCursorResultType
DCXType.cpp596 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
/external/rust/crates/bindgen/src/
Dclang.rs710 x: unsafe { clang_getCursorResultType(self.x) }, in ret_type()
/external/clang/include/clang-c/
DIndex.h3336 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs2046 pub fn clang_getCursorResultType(cursor: CXCursor) -> CXType;
/external/clang/tools/c-index-test/
Dc-index-test.c1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()