Searched refs:clang_getCursorResultType (Results 1 – 6 of 6) sorted by relevance
180 clang_getCursorResultType
596 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
710 x: unsafe { clang_getCursorResultType(self.x) }, in ret_type()
3336 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
2046 pub fn clang_getCursorResultType(cursor: CXCursor) -> CXType;
1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()