reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1183 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, 1186 Method = LookupFactoryMethodInGlobalPool(Sel, 1189 if (const ObjCMethodDecl *OM = SelectorsForTypoCorrection(Sel)) { 1194 << Sel << MatchedSel 1198 Diag(SelLoc, diag::warn_undeclared_selector) << Sel; 1206 ReferencedSelectors.insert(std::make_pair(Sel, AtLoc)); 1211 switch (Sel.getMethodFamily()) { 1218 Sel << SourceRange(LParenLoc, RParenLoc); 1235 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);