Searched refs:clang_getResultType (Results 1 – 5 of 5) sorted by relevance
271 clang_getResultType
711 CXType clang_getResultType(CXType X) { in clang_getResultType() function728 return clang_getResultType(clang_getCursorType(C)); in clang_getCursorResultType()
3728 CINDEX_LINKAGE CXType clang_getResultType(CXType T);
2352 return conf.lib.clang_getResultType(self)
1730 CXType RT = clang_getResultType(T); in PrintSingleTypeSize()