| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 47 M->getSelector().getNameForSlot(0).contains("init") || in DefaultMethodFilter() 48 M->getSelector().getNameForSlot(0).contains("Init"); in DefaultMethodFilter()
|
| H A D | MallocChecker.cpp | 1821 StringRef FirstSlot = Call.getSelector().getNameForSlot(0); in isKnownDeallocObjCMethodName() 1832 if (S.getNameForSlot(i) == "freeWhenDone") in getFreeWhenDoneArg() 3400 StringRef FirstSlot = Msg->getSelector().getNameForSlot(0); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
|
| H A D | NullabilityChecker.cpp | 1011 StringRef FirstSelectorSlot = M.getSelector().getNameForSlot(0); in checkPostObjCMessage()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 554 if (getNameForSlot(I) != Names[I]) in isKeywordSelector() 561 return isUnarySelector() && getNameForSlot(0) == Name; in isUnarySelector() 587 StringRef Selector::getNameForSlot(unsigned int argIndex) const { in getNameForSlot() function in Selector 775 StringRef Name = Sel.getNameForSlot(0); in getPropertyNameFromSetterSelector()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefCallArgsChecker.cpp | 185 if (InnerSelector.getNameForSlot(0) == "alloc" && in visitObjCMessageExpr() 186 Selector.getNameForSlot(0).starts_with("init")) in visitObjCMessageExpr()
|
| H A D | RetainPtrCtorAdoptChecker.cpp | 433 auto NameForFirstSlot = Selector.getNameForSlot(0); in isAllocInit() 450 return InnerSelector.getNameForSlot(0) == "alloc"; in isAllocInit()
|
| H A D | ASTUtils.cpp | 164 auto NameForFirstSlot = Selector.getNameForSlot(0); in tryToFindPtrOrigin()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 73 if (int Compare = LHSSelector.getNameForSlot(I).compare( in compare() 74 RHSSelector.getNameForSlot(I))) in compare()
|
| H A D | StmtPrinter.cpp | 2850 OS << selector.getNameForSlot(0); in VisitObjCMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 456 Name = PropertyMethodDecl->getSelector().getNameForSlot(0); in VisitObjCPropertyRefExpr() 1028 return hasConventionalSuffix(MethodSelector.getNameForSlot(0)); in isConventionalSelectorPiece() 1031 llvm::StringRef PieceName = MethodSelector.getNameForSlot(PieceIndex); in isConventionalSelectorPiece()
|
| H A D | RetainSummaryManager.cpp | 1099 StringRef Slot = S.getNameForSlot(i); in getStandardMethodSummary()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 735 idents.push_back(&original_ctx->Idents.get(sel.getNameForSlot(i))); in FindObjCMethodDeclsWithOrigin() 910 llvm::StringRef r = sel.getNameForSlot(i); in FindObjCMethodDecls()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 1129 SelPieces.push_back(Sel.getNameForSlot(0)); in ProcessAPINotes() 1132 SelPieces.push_back(Sel.getNameForSlot(i)); in ProcessAPINotes()
|
| H A D | SemaCodeComplete.cpp | 3832 Result.getAllocator().CopyString(Sel.getNameForSlot(0))); in createCodeCompletionStringForDecl() 3836 std::string SelName = Sel.getNameForSlot(0).str(); in createCodeCompletionStringForDecl() 8175 Builder.getAllocator().CopyString(Sel.getNameForSlot(0))); in AddSuperSendCompletion() 8178 Builder.getAllocator().CopyString(Sel.getNameForSlot(0))); in AddSuperSendCompletion() 8187 Builder.getAllocator().CopyString(Sel.getNameForSlot(I) + ":")); in AddSuperSendCompletion() 8190 Builder.getAllocator().CopyString(Sel.getNameForSlot(I) + ":")); in AddSuperSendCompletion() 8195 Builder.getAllocator().CopyString(Sel.getNameForSlot(I) + ":")); in AddSuperSendCompletion() 8660 Builder.getAllocator().CopyString(Sel.getNameForSlot(0))); in CodeCompleteObjCSelector() 8675 Accumulator += Sel.getNameForSlot(I); in CodeCompleteObjCSelector() 9875 Builder.getAllocator().CopyString(Sel.getNameForSlot(0))); in CodeCompleteObjCMethodDecl() [all …]
|
| H A D | SemaObjC.cpp | 931 if (Cmd.isUnarySelector() && Cmd.getNameForSlot(0) == "copy") { in findCapturingExpr() 975 StringRef str = sel.getNameForSlot(0); in isSetterLikeSelector()
|
| H A D | SemaAvailability.cpp | 643 if (!Sel.getNameForSlot(I).empty()) { in DoEmitAvailabilityWarning()
|
| H A D | SemaDeclObjC.cpp | 3474 if (!sel.isUnarySelector() || sel.getNameForSlot(0) != "length") in isAcceptableMethodMismatch()
|
| H A D | SemaExpr.cpp | 14880 StringRef SelArg0 = S.getNameForSlot(0); in checkObjCPointerIntrospection() 20551 else if (Sel.isUnarySelector() && Sel.getNameForSlot(0) == "nextObject") in DiagnoseAssignmentAsCondition()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 39 if (!D->getSelector().getNameForSlot(0).starts_with("test")) in isUnitTest()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 1097 StringRef getNameForSlot(unsigned argIndex) const;
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 1444 Selector.getNameForSlot(0), in getFragmentsForObjCMethod() 1453 SmallString<32> ParamID(Selector.getNameForSlot(i)); in getFragmentsForObjCMethod()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 393 if (Sel.isUnarySelector() && Sel.getNameForSlot(0) == "alloc") in tryGenerateSpecializedMessageSend() 399 Sel.getNameForSlot(0) == "allocWithZone") { in tryGenerateSpecializedMessageSend() 534 Sel.getNameForSlot(0) != "init") in tryEmitSpecializedAllocInit() 546 !SubSel.isUnarySelector() || SubSel.getNameForSlot(0) != "alloc") in tryEmitSpecializedAllocInit()
|
| H A D | CGObjCMac.cpp | 7124 buffer += selector.getNameForSlot(0); in appendSelectorForMessageRefTable() 7129 buffer += selector.getNameForSlot(i); in appendSelectorForMessageRefTable()
|
| H A D | CGDebugInfo.cpp | 3153 Getter->getDeclName().getObjCSelector().getNameForSlot(0); in hasDefaultGetterName() 3165 Setter->getDeclName().getObjCSelector().getNameForSlot(0); in hasDefaultSetterName()
|