Searched refs:clang_getCursorResultType (Results 1 – 4 of 4) sorted by relevance
150 clang_getCursorResultType
567 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
2881 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
1180 CXType RT = clang_getCursorResultType(cursor); in PrintType()