Searched refs:getNameForSlot (Results 1 – 15 of 15) sorted by relevance
242 if (S.getNameForSlot(0).equals("addObject")) { in checkPreObjCMessage()244 } else if (S.getNameForSlot(0).equals("insertObject") && in checkPreObjCMessage()245 S.getNameForSlot(1).equals("atIndex")) { in checkPreObjCMessage()247 } else if (S.getNameForSlot(0).equals("replaceObjectAtIndex") && in checkPreObjCMessage()248 S.getNameForSlot(1).equals("withObject")) { in checkPreObjCMessage()250 } else if (S.getNameForSlot(0).equals("setObject") && in checkPreObjCMessage()251 S.getNameForSlot(1).equals("atIndexedSubscript")) { in checkPreObjCMessage()254 } else if (S.getNameForSlot(0).equals("arrayByAddingObject")) { in checkPreObjCMessage()263 if (S.getNameForSlot(0).equals("dictionaryWithObject") && in checkPreObjCMessage()264 S.getNameForSlot(1).equals("forKey")) { in checkPreObjCMessage()[all …]
50 M->getSelector().getNameForSlot(0).find("init") != StringRef::npos || in operator ()()51 M->getSelector().getNameForSlot(0).find("Init") != StringRef::npos) in operator ()()
89 if (!Sel->getNameForSlot(Slot).equals(Arg)) in isMultiArgSelector()
691 StringRef FirstSlot = Call.getSelector().getNameForSlot(0); in isKnownDeallocObjCMethodName()705 if (S.getNameForSlot(i).equals("freeWhenDone")) in getFreeWhenDoneArg()1888 StringRef FirstSlot = Msg->getSelector().getNameForSlot(0); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
1440 StringRef Slot = S.getNameForSlot(i); in getStandardMethodSummary()
101 switch (LHSSelector.getNameForSlot(I).compare( in compare()102 RHSSelector.getNameForSlot(I))) { in compare()
1885 OS << selector.getNameForSlot(0); in VisitObjCMessageExpr()
695 StringRef getNameForSlot(unsigned argIndex) const;
363 StringRef Selector::getNameForSlot(unsigned int argIndex) const { in getNameForSlot() function in Selector
2732 Sel.getNameForSlot(0))); in CreateCodeCompletionString()2736 std::string SelName = Sel.getNameForSlot(0).str(); in CreateCodeCompletionString()5233 Sel.getNameForSlot(0))); in AddSuperSendCompletion()5236 Sel.getNameForSlot(0))); in AddSuperSendCompletion()5246 Sel.getNameForSlot(I) + ":")); in AddSuperSendCompletion()5250 Sel.getNameForSlot(I) + ":")); in AddSuperSendCompletion()5256 Sel.getNameForSlot(I) + ":")); in AddSuperSendCompletion()5716 Sel.getNameForSlot(0))); in CodeCompleteObjCSelector()5731 Accumulator += Sel.getNameForSlot(I); in CodeCompleteObjCSelector()6936 Sel.getNameForSlot(0))); in CodeCompleteObjCMethodDecl()[all …]
6531 if (Cmd.isUnarySelector() && Cmd.getNameForSlot(0) == "copy") { in findCapturingExpr()6574 StringRef str = sel.getNameForSlot(0); in isSetterLikeSelector()
2211 if (!sel.isUnarySelector() || sel.getNameForSlot(0) != "length") in isAcceptableMethodMismatch()
8862 StringRef SelArg0 = S.getNameForSlot(0); in checkObjCPointerIntrospection()12116 else if (Sel.isUnarySelector() && Sel.getNameForSlot(0) == "nextObject") in DiagnoseAssignmentAsCondition()
1508 Getter->getDeclName().getObjCSelector().getNameForSlot(0); in hasDefaultGetterName()1520 Setter->getDeclName().getObjCSelector().getNameForSlot(0); in hasDefaultSetterName()
6491 buffer += selector.getNameForSlot(0); in appendSelectorForMessageRefTable()6496 buffer += selector.getNameForSlot(i); in appendSelectorForMessageRefTable()