/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 38 isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 79 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 606 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr() 692 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
|
H A D | DynamicTypePropagation.cpp | 770 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 197 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
|
H A D | SemaAvailability.cpp | 702 if (ObjCMethodDecl *D = Msg->getMethodDecl()) { in VisitObjCMessageExpr()
|
H A D | SemaCoroutine.cpp | 1538 auto *MethodDecl = MbrRef->getMethodDecl(); in noteMemberDeclaredHere()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprObjC.h | 1346 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 D | RewriteObjC.cpp | 1277 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 D | RewriteModernObjC.cpp | 1461 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 D | ExprObjC.cpp | 266 if (const ObjCMethodDecl *MD = getMethodDecl()) { in getCallReturnType()
|
H A D | ExprClassification.cpp | 387 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
|
H A D | Expr.cpp | 1877 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 D | ExprCXX.cpp | 668 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 28 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 D | RetainSummaryManager.cpp | 1119 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary() 1143 const ObjCMethodDecl *Method = ME->getMethodDecl(); in getInstanceMethodSummary()
|
H A D | CalledOnceCheck.cpp | 1102 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce()
|
H A D | ThreadSafetyCommon.cpp | 404 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
|
H A D | Consumed.cpp | 804 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 228 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 448 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 135 CE->getMethodDecl()->getType()->getAs<FunctionProtoType>()) in memberCallExpressionCanThrow()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1149 return getOriginExpr()->getMethodDecl(); in getDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1285 return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl())); in getRuntimeDefinition()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1415 if (E->getMethodDecl()) { in VisitObjCMessageExpr() 1417 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()
|