/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 63 if (auto *decl = memberCall->getMethodDecl()) { in tryToFindPtrOrigin()
|
H A D | UncountedCallArgsChecker.cpp | 83 if (auto *MD = MemberCallExpr->getMethodDecl()) { in visitCallExpr()
|
H A D | PtrTypesSemantics.cpp | 434 auto *Callee = MCE->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
|
/freebsd/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 VisitObjCMessageExpr()
|
H A D | SemaCoroutine.cpp | 1729 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere()
|
H A D | SemaObjC.cpp | 1178 const ObjCMethodDecl *MD = msg->getMethodDecl(); in checkRetainCycles()
|
H A D | SemaExprObjC.cpp | 1705 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() 3704 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
|
/freebsd/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(); in getConversionFunction() 2830 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning() 3081 if (isa_and_nonnull<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperatorSingleStep()
|
H A D | StmtProfile.cpp | 2390 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
|
H A D | ExprCXX.cpp | 723 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
|
H A D | StmtPrinter.cpp | 1955 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/freebsd/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/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 246 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
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()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1274 return getOriginExpr()->getMethodDecl(); in getDecl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1318 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1533 if (E->getMethodDecl()) { in VisitObjCMessageExpr() 1535 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 243 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()
|