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

Lines Matching refs:CXType

773       CXType T =
819 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I);
1241 static void PrintTypeAndTypeKind(CXType T, const char *Format) {
1262 CXType T = clang_getCursorType(cursor);
1278 CXType CT = clang_getCanonicalType(T);
1285 CXType RT = clang_getCursorResultType(cursor);
1297 CXType T = clang_getCursorType(clang_Cursor_getArgument(cursor, i));
1312 CXType TArg = clang_Type_getTemplateArgumentAsType(T, i);
1324 CXType PT = clang_getPointeeType(T);
1353 CXType T;
2303 CXType T = clang_Cursor_getReceiverType(Cursor);