Lines Matching refs:getSelector

670       Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);  in BuildObjCBoxedExpr()
1185 MatchingMethodDecl->getSelector() != Method->getSelector()) in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1192 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(") in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1240 assert(Method->getSelector() == Sel && "Method with wrong selector in method list"); in LookupDirectMethodInMethodList()
1304 Selector MatchedSel = OM->getSelector(); in ParseObjCSelectorExpression()
1324 << Method->getSelector(); in ParseObjCSelectorExpression()
1640 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
1706 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
1754 Selector MatchedSel = OMD->getSelector(); in CheckMessageArgumentTypes()
2411 if (Method->getSelector() == Sel) in ActOnSuperMessage()
2459 << Msg->getSelector() << Msg->getSourceRange(); in applyCocoaAPICheck()
2497 if (Method->getSelector().getMethodFamily() != OMF_performSelector || in checkFoundationAPI()
2509 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
2512 OPT->getInterfaceDecl()->lookupPrivateMethod(SE->getSelector()); in checkFoundationAPI()
2517 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2520 IT->getDecl()->lookupPrivateClassMethod(SE->getSelector()); in checkFoundationAPI()
2527 << Method->getSelector() in checkFoundationAPI()
2533 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()
2983 << Method->getSelector() << Sel; in BuildInstanceMessage()
3273 Selector ArgSel = SelExp->getSelector(); in BuildInstanceMessage()
3399 Selector Sel = OSE->getSelector(); in RemoveSelectorFromWarningCache()
3721 switch (method->getSelector().getMethodFamily()) { in checkCallToMethod()
4319 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4324 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
4336 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
4357 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
4363 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4367 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
4376 InstanceMethod->getSelector(), InstanceMethod, std::nullopt); in CheckObjCBridgeRelatedConversions()