Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCClassDecl

739       ObjCIdDecl(nullptr), ObjCSelDecl(nullptr), ObjCClassDecl(nullptr),
6044 if (!ObjCClassDecl) {
6047 ObjCClassDecl = buildImplicitTypedef(T, "Class");
6049 return ObjCClassDecl;