Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:RT

1326       CXType RT = clang_getCursorResultType(cursor);
1327 if (RT.kind != CXType_Invalid) {
1328 PrintTypeAndTypeKind(RT, " [resulttype=%s] [resulttypekind=%s]");