Home
last modified time | relevance | path

Searched refs:getMethodDecl (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp63 if (auto *decl = memberCall->getMethodDecl()) { in tryToFindPtrOrigin()
H A DUncountedCallArgsChecker.cpp83 if (auto *MD = MemberCallExpr->getMethodDecl()) { in visitCallExpr()
H A DPtrTypesSemantics.cpp434 auto *Callee = MCE->getMethodDecl(); in VisitCXXMemberCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp200 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
H A DSemaAvailability.cpp804 if (ObjCMethodDecl *D = Msg->getMethodDecl()) { in VisitObjCMessageExpr()
H A DSemaCoroutine.cpp1729 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere()
H A DSemaObjC.cpp1178 const ObjCMethodDecl *MD = msg->getMethodDecl(); in checkRetainCycles()
H A DSemaExprObjC.cpp1705 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
3704 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp266 if (const ObjCMethodDecl *MD = getMethodDecl()) { in getCallReturnType()
H A DExprClassification.cpp409 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
H A DExpr.cpp2014 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 DStmtProfile.cpp2390 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
H A DExprCXX.cpp723 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
H A DStmtPrinter.cpp1955 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp29 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 DIndexBody.cpp246 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1461 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 DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1103 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp450 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1274 return getOriginExpr()->getMethodDecl(); in getDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1318 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1533 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1535 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp243 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()

12