Searched refs:clang_getCursorResultType (Results 1 – 11 of 11) sorted by relevance
180 clang_getCursorResultType
596 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
209 clang_getCursorResultType
722 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
3336 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
694 x: unsafe { clang_getCursorResultType(self.x) }, in ret_type()
3781 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
2025 pub fn clang_getCursorResultType(cursor: CXCursor) -> CXType;
1671 self._result_type = conf.lib.clang_getCursorResultType(self)
1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()
1607 CXType RT = clang_getCursorResultType(cursor); in PrintType()