Home | History | Annotate | Download | only in Sema

Lines Matching refs:GDecl

1508   const ObjCMethodDecl *GDecl = nullptr;
1513 GDecl = PRE->getImplicitPropertyGetter();
1514 if (GDecl) {
1515 T = GDecl->getReturnType();
1545 << ((!PDecl && !GDecl) ? 0 : (PDecl ? 1 : 2));
1549 else if (GDecl)
1550 S.Diag(GDecl->getLocation(), diag::note_method_declared_at) << GDecl;