/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()
|
D | DynamicTypePropagation.cpp | 654 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 199 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
|
D | AnalysisBasedWarnings.cpp | 192 !MCE->getMethodDecl()->isVirtual()) in hasRecursiveCallInPath()
|
D | SemaExprObjC.cpp | 1477 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() 3290 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
|
D | SemaInit.cpp | 5522 Entity.getMethodDecl()) in PrintInitLocationNote() 5523 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote() 5525 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 1258 const ObjCMethodDecl *getMethodDecl() const { 1265 ObjCMethodDecl *getMethodDecl() { 1278 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() 2648 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr() 2925 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() 2958 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr() 2981 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() 3256 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr() 3531 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() 3564 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr() 3587 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 | 355 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
|
D | Expr.cpp | 2258 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning() 2590 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
|
D | StmtProfile.cpp | 1491 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
|
D | ExprCXX.cpp | 542 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
|
D | StmtPrinter.cpp | 1720 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 905 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 876 return getOriginExpr()->getMethodDecl(); in getDecl()
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 379 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
|
D | Consumed.cpp | 809 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1049 if (E->getMethodDecl()) { in VisitObjCMessageExpr() 1051 Writer.AddDeclRef(E->getMethodDecl(), Record); in VisitObjCMessageExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 290 if (E->getMethodDecl() && in VisitObjCMessageExpr() 291 E->getMethodDecl()->getReturnType()->isReferenceType()) in VisitObjCMessageExpr()
|