Home
last modified time | relevance | path

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

12

/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestCallVisitor.cpp21 Match(Call->getMethodDecl()->getQualifiedNameAsString(), in VisitCXXMemberCallExpr()
/external/clang/tools/libclang/
DIndexBody.cpp71 if (ObjCMethodDecl *MD = E->getMethodDecl()) in VisitObjCMessageExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp52 if (ME->getMethodDecl() == PD->getSetterMethodDecl() && in scan_ivar_release()
DIvarInvalidationChecker.cpp610 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
696 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
/external/clang/lib/Sema/
DScopeInfo.cpp196 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
DSemaExprObjC.cpp1253 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
3039 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
DSemaInit.cpp5319 Entity.getMethodDecl()) in PrintInitLocationNote()
5320 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote()
5322 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
DAnalysisBasedWarnings.cpp216 !MCE->getMethodDecl()->isVirtual()) { in checkForFunctionCall()
/external/clang/include/clang/AST/
DExprObjC.h1278 const ObjCMethodDecl *getMethodDecl() const {
1285 ObjCMethodDecl *getMethodDecl() {
1298 if (HasMethod) return getMethodDecl()->getMethodFamily();
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1267 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()
DRewriteModernObjC.cpp1480 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/
DRewriteObjCFoundationAPI.cpp29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation()
295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
/external/clang/include/clang/Sema/
DInitialization.h361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/external/clang/lib/AST/
DExprClassification.cpp350 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
DExpr.cpp2218 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
2550 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
DStmtProfile.cpp1363 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
DExprCXX.cpp542 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
DStmtPrinter.cpp1542 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h817 return getOriginExpr()->getMethodDecl(); in getDecl()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp847 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp388 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
DConsumed.cpp809 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1006 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1008 Writer.AddDeclRef(E->getMethodDecl(), Record); in VisitObjCMessageExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp285 if (E->getMethodDecl() && in VisitObjCMessageExpr()
286 E->getMethodDecl()->getReturnType()->isReferenceType()) in VisitObjCMessageExpr()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp252 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()

12