Home | History | Annotate | Download | only in Sema

Lines Matching refs:DiagnoseUseOfDecl

1585     if (DiagnoseUseOfDecl(PD, MemberLoc))
1600 if (DiagnoseUseOfDecl(PD, MemberLoc))
1631 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1651 if (Setter && DiagnoseUseOfDecl(Setter, MemberLoc))
1768 if (DiagnoseUseOfDecl(Getter, propertyNameLoc))
1788 if (Setter && DiagnoseUseOfDecl(Setter, propertyNameLoc))
1882 DiagnoseUseOfDecl(Type, NameLoc);
2111 (void)DiagnoseUseOfDecl(Class, SelLoc);
2136 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2385 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2423 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2479 if (Method && DiagnoseUseOfDecl(Method, SelLoc, forwardClass))