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

Lines Matching refs:CXType

803       CXType T =
849 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I);
1298 static void PrintTypeAndTypeKind(CXType T, const char *Format) {
1319 CXType T = clang_getCursorType(cursor);
1335 CXType CT = clang_getCanonicalType(T);
1342 CXType RT = clang_getCursorResultType(cursor);
1354 CXType T = clang_getCursorType(clang_Cursor_getArgument(cursor, i));
1369 CXType TArg = clang_Type_getTemplateArgumentAsType(T, i);
1381 CXType PT = clang_getPointeeType(T);
1410 CXType T;
2421 CXType T = clang_Cursor_getReceiverType(Cursor);