if (Parent)
Parent = getCanonicalDecl(Parent);
assert(!Parent || !Parent->isImplicit() ||
+ isa<FunctionDecl>(Parent) ||
isa<ObjCInterfaceDecl>(Parent) || isa<ObjCMethodDecl>(Parent));
SmallVector<SymbolRelation, 6> FinalRelations;
// CHECK-NEXT: RelChild | <no-name> | c:@Ea@One
Two,
};
+
+// CHECK: [[@LINE+1]]:13 | typedef/C | jmp_buf | c:index-source.m@T@jmp_buf | <no-cgname> | Def | rel: 0
+typedef int jmp_buf[(18)];
+// CHECK: [[@LINE+1]]:19 | typedef/C | jmp_buf | c:index-source.m@T@jmp_buf | <no-cgname> | Ref | rel: 0
+extern int setjmp(jmp_buf);