Searched refs:clang_getCursorResultType (Results 1 – 4 of 4) sorted by relevance
180 clang_getCursorResultType
596 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
3336 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
1342 CXType RT = clang_getCursorResultType(cursor); in PrintType()