Home
last modified time | relevance | path

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

12

/external/clang/tools/libclang/
DIndexBody.cpp71 if (ObjCMethodDecl *MD = E->getMethodDecl()) in VisitObjCMessageExpr()
/external/clang/lib/Sema/
DScopeInfo.cpp164 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
DSemaExprObjC.cpp1175 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
1453 ObjCMethodDecl *Method = ME->getMethodDecl(); in DiagnoseARCUseOfWeakReceiver()
2887 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
DSemaInit.cpp5028 Entity.getMethodDecl()) in PrintInitLocationNote()
5029 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote()
5031 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
DSemaStmt.cpp242 const ObjCMethodDecl *MD = ME->getMethodDecl(); in DiagnoseUnusedExprResult()
DSemaExpr.cpp8055 return Base->getMethodDecl() != 0; in IsReadonlyMessage()
12504 if (ObjCMethodDecl *Method = E->getMethodDecl()) { in VisitObjCMessageExpr()
12677 d = msg->getMethodDecl(); in diagnoseUnknownAnyExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp620 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
706 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
DCheckObjCDealloc.cpp73 if (ME->getMethodDecl() == PD->getSetterMethodDecl() && in scan_ivar_release()
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp44 Match(Call->getMethodDecl()->getQualifiedNameAsString(), in VisitCXXMemberCallExpr()
/external/clang/include/clang/AST/
DExprObjC.h1268 const ObjCMethodDecl *getMethodDecl() const {
1275 ObjCMethodDecl *getMethodDecl() {
1288 if (HasMethod) return getMethodDecl()->getMethodFamily();
DExprCXX.h132 CXXMethodDecl *getMethodDecl() const;
/external/clang/lib/Analysis/
DThreadSafety.cpp327 cast<CXXMethodDecl>(CMCE->getMethodDecl()->getMostRecentDecl()); in buildSExpr()
329 CallingContext LRCallCtx(CMCE->getMethodDecl()); in buildSExpr()
340 if (CMCE->getMethodDecl()->getNameAsString() == "get" && in buildSExpr()
347 unsigned Root = makeMCall(NumCallArgs, CMCE->getMethodDecl()); in buildSExpr()
2108 CXXMethodDecl *MD = CE->getMethodDecl(); in VisitCallExpr()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1298 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1311 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1327 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1374 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1387 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1403 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
2684 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
2989 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3023 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3047 Exp->getMethodDecl()); in SynthMessageExpr()
DRewriteModernObjC.cpp1496 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1509 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1525 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1579 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1592 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1608 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
3298 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
3600 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3634 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3657 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.h351 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/external/clang/lib/AST/
DExprClassification.cpp349 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
DStmtProfile.cpp1115 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
DExpr.cpp2102 const ObjCMethodDecl *MD = ME->getMethodDecl(); in isUnusedResultAWarning()
2412 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
DExprCXX.cpp487 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h838 return getOriginExpr()->getMethodDecl(); in getDecl()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp995 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
997 Writer.AddDeclRef(E->getMethodDecl(), Record); in VisitObjCMessageExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp246 if (E->getMethodDecl() && in VisitObjCMessageExpr()
247 E->getMethodDecl()->getResultType()->isReferenceType()) in VisitObjCMessageExpr()
DCGObjC.cpp304 const ObjCMethodDecl *method = E->getMethodDecl(); in EmitObjCMessageExpr()
DCGExpr.cpp3027 assert(E->getMethodDecl()->getResultType()->isReferenceType() && in EmitObjCMessageExprLValue()

12