Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp607 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
693 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
H A DDynamicTypePropagation.cpp685 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp212 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
H A DSemaCoroutine.cpp1381 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere()
H A DAnalysisBasedWarnings.cpp197 !MCE->getMethodDecl()->isVirtual()) in hasRecursiveCallInPath()
H A DSemaExprObjC.cpp1514 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
3471 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1218 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
1233 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
1267 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1303 const ObjCMethodDecl *getMethodDecl() const {
1310 ObjCMethodDecl *getMethodDecl() {
1323 if (HasMethod) return getMethodDecl()->getMethodFamily();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1269 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1282 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1298 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1345 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1358 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1374 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
2640 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
2918 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
2951 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
2974 Exp->getMethodDecl()); in SynthMessageExpr()
H A DRewriteModernObjC.cpp1457 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1470 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1486 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1540 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1553 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1569 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
3217 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
3493 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3526 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3549 Exp->getMethodDecl()); in SynthMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation()
295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp229 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h432 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCoroutine.cpp136 CE->getMethodDecl()->getType()->getAs<FunctionProtoType>()) in memberCallExpressionCanThrow()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp371 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
H A DExpr.cpp1804 return MCE->getMethodDecl(); in getConversionFunction()
2366 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
2717 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
H A DStmtProfile.cpp1936 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
H A DExprCXX.cpp652 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
H A DStmtPrinter.cpp1654 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h999 return getOriginExpr()->getMethodDecl(); in getDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp401 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
H A DConsumed.cpp805 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
H A DThreadSafety.cpp2036 const CXXMethodDecl *MD = CE->getMethodDecl(); in VisitCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1163 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1165 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp243 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()

12