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

Lines Matching defs:Data

1070 /* Data used by the visitors. */
1081 VisitorData *Data = (VisitorData *)ClientData;
1082 if (!Data->Filter || (Cursor.kind == *(enum CXCursorKind *)Data->Filter)) {
1088 PrintCursor(Cursor, Data->CommentSchemaFile);
1120 VisitorData *Data = (VisitorData *)ClientData;
1151 = clang_getLocation(Data->TU, file, curLine, curColumn);
1152 Ref = clang_getCursor(Data->TU, RefLoc);
1158 PrintCursor(Ref, Data->CommentSchemaFile);
1175 VisitorData *Data = (VisitorData *)ClientData;
1176 if (!Data->Filter || (C.kind == *(enum CXCursorKind *)Data->Filter)) {
1200 unsigned includeStackLen, CXClientData data) {
1526 VisitorData Data;
1547 Data.TU = TU;
1548 Data.Filter = ck;
1549 Data.CommentSchemaFile = CommentSchemaFile;
1550 clang_visitChildren(clang_getTranslationUnitCursor(TU), Visitor, &Data);
2663 char data[1]; /* Dynamically sized. */
2687 static void printCheck(IndexData *data) {
2688 if (data->check_prefix) {
2689 if (data->first_check_printed) {
2690 printf("// %s-NEXT: ", data->check_prefix);
2692 printf("// %s : ", data->check_prefix);
2693 data->first_check_printed = 1;
2766 newStr = node->data;
3714 x.data = (void*) I[2];
3741 x.data = (void*) I[3];
3771 x.data = (void*) I[2];