Searched refs:clang_getResultType (Results 1 – 11 of 11) sorted by relevance
239 clang_getResultType
585 CXType clang_getResultType(CXType X) { in clang_getResultType() function602 return clang_getResultType(clang_getCursorType(C)); in clang_getCursorResultType()
271 clang_getResultType
711 CXType clang_getResultType(CXType X) { in clang_getResultType() function728 return clang_getResultType(clang_getCursorType(C)); in clang_getCursorResultType()
1375 self._result_type = conf.lib.clang_getResultType(self.type)1933 return conf.lib.clang_getResultType(self)
3308 CINDEX_LINKAGE CXType clang_getResultType(CXType T);
1227 x: unsafe { clang_getResultType(self.x) }, in ret_type()
3708 CINDEX_LINKAGE CXType clang_getResultType(CXType T);
2095 pub fn clang_getResultType(type_: CXType) -> CXType;
2352 return conf.lib.clang_getResultType(self)
1729 CXType RT = clang_getResultType(T); in PrintSingleTypeSize()