Lines Matching refs:getSelector

669       Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);  in BuildObjCBoxedExpr()
1187 MatchingMethodDecl->getSelector() != Method->getSelector()) in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1194 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(") in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1242 assert(Method->getSelector() == Sel && "Method with wrong selector in method list"); in LookupDirectMethodInMethodList()
1306 Selector MatchedSel = OM->getSelector(); in ParseObjCSelectorExpression()
1326 << Method->getSelector(); in ParseObjCSelectorExpression()
1642 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
1708 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
1756 Selector MatchedSel = OMD->getSelector(); in CheckMessageArgumentTypes()
2413 if (Method->getSelector() == Sel) in ActOnSuperMessage()
2461 << Msg->getSelector() << Msg->getSourceRange(); in applyCocoaAPICheck()
2499 if (Method->getSelector().getMethodFamily() != OMF_performSelector || in checkFoundationAPI()
2511 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
2514 OPT->getInterfaceDecl()->lookupPrivateMethod(SE->getSelector()); in checkFoundationAPI()
2519 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2522 IT->getDecl()->lookupPrivateClassMethod(SE->getSelector()); in checkFoundationAPI()
2529 << Method->getSelector() in checkFoundationAPI()
2535 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()
2987 << Method->getSelector() << Sel; in BuildInstanceMessage()
3277 Selector ArgSel = SelExp->getSelector(); in BuildInstanceMessage()
3405 Selector Sel = OSE->getSelector(); in RemoveSelectorFromWarningCache()
3727 switch (method->getSelector().getMethodFamily()) { in checkCallToMethod()
4325 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4330 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
4342 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
4363 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
4369 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4373 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
4383 InstanceMethod->getSelector(), in CheckObjCBridgeRelatedConversions()