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()
1641 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
1707 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
1755 Selector MatchedSel = OMD->getSelector(); in CheckMessageArgumentTypes()
2413 if (Method->getSelector() == Sel) in ActOnSuperMessage()
2464 << Msg->getSelector() << Msg->getSourceRange(); in applyCocoaAPICheck()
2502 if (Method->getSelector().getMethodFamily() != OMF_performSelector || in checkFoundationAPI()
2514 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
2517 OPT->getInterfaceDecl()->lookupPrivateMethod(SE->getSelector()); in checkFoundationAPI()
2522 ImpliedMethod = IT->getDecl()->lookupClassMethod(SE->getSelector()); in checkFoundationAPI()
2525 IT->getDecl()->lookupPrivateClassMethod(SE->getSelector()); in checkFoundationAPI()
2532 << Method->getSelector() in checkFoundationAPI()
2538 << ImpliedMethod->getSelector() << Ret; in checkFoundationAPI()
2988 << Method->getSelector() << Sel; in BuildInstanceMessage()
3278 Selector ArgSel = SelExp->getSelector(); in BuildInstanceMessage()
3404 Selector Sel = OSE->getSelector(); in RemoveSelectorFromWarningCache()
3726 switch (method->getSelector().getMethodFamily()) { in checkCallToMethod()
4324 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4329 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
4341 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
4362 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
4368 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4372 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions()
4381 InstanceMethod->getSelector(), InstanceMethod, std::nullopt); in CheckObjCBridgeRelatedConversions()