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

Lines Matching refs:Parent

1079                                                 CXCursor Parent,
1115 CXCursor Parent,
1173 enum CXChildVisitResult USRVisitor(CXCursor C, CXCursor parent,
1419 /* recurse to get the first parent record that is not anonymous. */
1420 CXCursor Parent, Record;
1423 Record = Parent = p;
1425 Record = Parent;
1426 Parent = clang_getCursorSemanticParent(Record);
1428 /* Recurse as long as the parent is a CXType_Record and the Record
1430 } while ( clang_getCursorType(Parent).kind == CXType_Record &&
2004 fprintf(file, " (parent: %s '%s')",
3113 printEntityInfo(" | <parent>:", client_data, info->parentEntity);