Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp38 isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h79 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp606 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
692 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
H A DDynamicTypePropagation.cpp770 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp197 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
H A DSemaAvailability.cpp702 if (ObjCMethodDecl *D = Msg->getMethodDecl()) { in VisitObjCMessageExpr()
H A DSemaCoroutine.cpp1538 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
2931 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
2964 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
2987 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()
3501 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3534 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3557 Exp->getMethodDecl()); in SynthMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp266 if (const ObjCMethodDecl *MD = getMethodDecl()) { in getCallReturnType()
H A DExprClassification.cpp387 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
H A DExpr.cpp1877 return MCE->getMethodDecl(); in getConversionFunction()
2628 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
2867 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperatorSingleStep()
H A DExprCXX.cpp668 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp28 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation()
294 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1119 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary()
1143 const ObjCMethodDecl *Method = ME->getMethodDecl(); in getInstanceMethodSummary()
H A DCalledOnceCheck.cpp1102 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce()
H A DThreadSafetyCommon.cpp404 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
H A DConsumed.cpp804 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp228 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h448 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp135 CE->getMethodDecl()->getType()->getAs<FunctionProtoType>()) in memberCallExpressionCanThrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1149 return getOriginExpr()->getMethodDecl(); in getDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1285 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1415 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1417 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()

12