Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCIdDecl

735     ObjCIdDecl(nullptr), ObjCSelDecl(nullptr), ObjCClassDecl(nullptr),
5740 if (!ObjCIdDecl) {
5743 ObjCIdDecl = buildImplicitTypedef(T, "id");
5745 return ObjCIdDecl;