Home | History | Annotate | Download | only in Sema

Lines Matching refs:GDecl

417   Decl *GDecl = nullptr;
421 GDecl = PD;
426 GDecl = OMD;
430 if (!GDecl) {
433 GDecl = FindGetterSetterNameDeclFromProtocolList(I, Member, Sel, Context);
434 if (GDecl)
435 return GDecl;
438 return GDecl;