Searched refs:clang_getCursorResultType (Results 1 – 4 of 4) sorted by relevance
174 clang_getCursorResultType
583 CXType clang_getCursorResultType(CXCursor C) { in clang_getCursorResultType() function
3246 CINDEX_LINKAGE CXType clang_getCursorResultType(CXCursor C);
1326 CXType RT = clang_getCursorResultType(cursor); in PrintType()