Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp37 std::optional<bool> IsGetterOfRefCt = isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp605 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
691 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
H A DDynamicTypePropagation.cpp768 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp198 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
H A DSemaAvailability.cpp692 if (ObjCMethodDecl *D = Msg->getMethodDecl()) { in VisitObjCMessageExpr()
H A DSemaCoroutine.cpp1714 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h1346 const ObjCMethodDecl *getMethodDecl() const { in getMethodDecl() function
1353 ObjCMethodDecl *getMethodDecl() { in getMethodDecl() function
1366 if (HasMethod) return getMethodDecl()->getMethodFamily(); in getMethodFamily()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp266 if (const ObjCMethodDecl *MD = getMethodDecl()) { in getCallReturnType()
H A DExprClassification.cpp396 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
H A DExpr.cpp2007 return MCE->getMethodDecl(); in getConversionFunction()
2800 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
3051 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperatorSingleStep()
H A DExprCXX.cpp670 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
/openbsd-src/gnu/llvm/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.cpp1462 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1475 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1491 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1545 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1558 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1574 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
3224 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
3492 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3525 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3548 Exp->getMethodDecl()); in SynthMessageExpr()
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation()
295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1127 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary()
1151 const ObjCMethodDecl *Method = ME->getMethodDecl(); in getInstanceMethodSummary()
H A DCalledOnceCheck.cpp1102 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp442 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
H A DConsumed.cpp804 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp232 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h468 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp135 CE->getMethodDecl()->getType()->getAs<FunctionProtoType>()) in memberCallExpressionCanThrow()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1161 return getOriginExpr()->getMethodDecl(); in getDecl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1290 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1422 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1424 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()

12