Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp63 if (auto *decl = memberCall->getMethodDecl()) { in tryToFindPtrOrigin()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp592 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
678 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
H A DDynamicTypePropagation.cpp766 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
/freebsd-src/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 DiagnoseDeclAvailability()
H A DSemaCoroutine.cpp1729 auto *MethodDecl = MbrRef->getMethodDecl(); in makeOnFallthrough()
H A DSemaExprObjC.cpp1705 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 DExprObjC.h1356 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 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();
2830 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
3081 if (isa_and_nonnull<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreParenNoopCasts()
H A DStmtProfile.cpp2390 VisitDecl(S->getMethodDecl()); in VisitTemplateArgument()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1277 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 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()
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1123 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary()
1147 const ObjCMethodDecl *Method = ME->getMethodDecl(); in getInstanceMethodSummary()
H A DCalledOnceCheck.cpp1103 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp450 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
H A DConsumed.cpp804 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp246 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1274 return getOriginExpr()->getMethodDecl(); in classof()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1318 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1533 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1535 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()

12