| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.cpp | 63 if (auto *decl = memberCall->getMethodDecl()) { in tryToFindPtrOrigin()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
|
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 592 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr() 678 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
|
| H A D | DynamicTypePropagation.cpp | 766 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 200 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
|
| H A D | SemaAvailability.cpp | 804 if (ObjCMethodDecl *D = Msg->getMethodDecl()) { in DiagnoseDeclAvailability()
|
| H A D | SemaCoroutine.cpp | 1729 auto *MethodDecl = MbrRef->getMethodDecl(); in makeOnFallthrough()
|
| H A D | SemaExprObjC.cpp | 1705 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() 3704 return checkCallToMethod(e->getMethodDecl()); in VisitObjCPropertyRefExpr()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1356 const ObjCMethodDecl *getMethodDecl() const { in getMethodDecl() function 1363 ObjCMethodDecl *getMethodDecl() { in getMethodDecl() function 1376 if (HasMethod) return getMethodDecl()->getMethodFamily(); in getMethodFamily()
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 266 if (const ObjCMethodDecl *MD = getMethodDecl()) { in getCallReturnType()
|
| H A D | ExprClassification.cpp | 409 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
|
| H A D | Expr.cpp | 2014 return MCE->getMethodDecl(); 2830 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning() 3081 if (isa_and_nonnull<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreParenNoopCasts()
|
| H A D | StmtProfile.cpp | 2390 VisitDecl(S->getMethodDecl()); in VisitTemplateArgument()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1277 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1290 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1306 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1353 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1366 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1382 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 2651 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr() 2921 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() 2954 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr() 2977 Exp->getMethodDecl()); in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 1461 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1474 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1490 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1544 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1557 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1573 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 3223 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr() 3491 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() 3524 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr() 3547 Exp->getMethodDecl()); in SynthMessageExpr() [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 1123 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary() 1147 const ObjCMethodDecl *Method = ME->getMethodDecl(); in getInstanceMethodSummary()
|
| H A D | CalledOnceCheck.cpp | 1103 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce()
|
| H A D | ThreadSafetyCommon.cpp | 450 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
|
| H A D | Consumed.cpp | 804 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation() 295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 246 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1274 return getOriginExpr()->getMethodDecl(); in classof()
|
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1318 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1533 if (E->getMethodDecl()) { in VisitObjCMessageExpr() 1535 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()
|