/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestCallVisitor.cpp | 21 Match(Call->getMethodDecl()->getQualifiedNameAsString(), in VisitCXXMemberCallExpr()
|
/external/clang/tools/libclang/ |
D | IndexBody.cpp | 71 if (ObjCMethodDecl *MD = E->getMethodDecl()) in VisitObjCMessageExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 52 if (ME->getMethodDecl() == PD->getSetterMethodDecl() && in scan_ivar_release()
|
D | IvarInvalidationChecker.cpp | 610 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr() 696 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 196 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
|
D | SemaExprObjC.cpp | 1253 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() 3039 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
|
D | SemaInit.cpp | 5319 Entity.getMethodDecl()) in PrintInitLocationNote() 5320 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote() 5322 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
|
D | AnalysisBasedWarnings.cpp | 216 !MCE->getMethodDecl()->isVirtual()) { in checkForFunctionCall()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 1278 const ObjCMethodDecl *getMethodDecl() const { 1285 ObjCMethodDecl *getMethodDecl() { 1298 if (HasMethod) return getMethodDecl()->getMethodFamily();
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 1267 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1280 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1296 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1343 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1356 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1372 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 2647 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr() 2936 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() 2969 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr() 2992 Exp->getMethodDecl()); in SynthMessageExpr()
|
D | RewriteModernObjC.cpp | 1480 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1493 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1509 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter() 1563 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1576 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 1592 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter() 3264 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr() 3550 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() 3583 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr() 3606 Exp->getMethodDecl()); in SynthMessageExpr()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation() 295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
|
/external/clang/lib/AST/ |
D | ExprClassification.cpp | 350 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
|
D | Expr.cpp | 2218 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning() 2550 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
|
D | StmtProfile.cpp | 1363 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
|
D | ExprCXX.cpp | 542 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
|
D | StmtPrinter.cpp | 1542 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 817 return getOriginExpr()->getMethodDecl(); in getDecl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 847 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 388 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
|
D | Consumed.cpp | 809 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1006 if (E->getMethodDecl()) { in VisitObjCMessageExpr() 1008 Writer.AddDeclRef(E->getMethodDecl(), Record); in VisitObjCMessageExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 285 if (E->getMethodDecl() && in VisitObjCMessageExpr() 286 E->getMethodDecl()->getReturnType()->isReferenceType()) in VisitObjCMessageExpr()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 252 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()
|