Home
last modified time | relevance | path

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

12

/external/v8/tools/clang/blink_gc_plugin/
DCheckTraceVisitor.cpp84 if (Config::IsTraceImplName(expr->getMethodDecl()->getNameAsString())) { in VisitCallExpr()
316 return CheckTraceFieldCall(call->getMethodDecl()->getNameAsString(), in CheckTraceFieldMemberCall()
337 CXXMethodDecl* fn = call->getMethodDecl(); in CheckRegisterWeakMembers()
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestCallVisitor.cpp21 Match(Call->getMethodDecl()->getQualifiedNameAsString(), in VisitCXXMemberCallExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp607 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
693 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
DDynamicTypePropagation.cpp679 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
/external/clang/lib/Sema/
DScopeInfo.cpp202 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
DAnalysisBasedWarnings.cpp192 !MCE->getMethodDecl()->isVirtual()) in hasRecursiveCallInPath()
DSemaExprObjC.cpp1474 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
3319 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
DSemaInit.cpp5640 Entity.getMethodDecl()) in PrintInitLocationNote()
5641 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote()
5643 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
/external/clang/include/clang/AST/
DExprObjC.h1251 const ObjCMethodDecl *getMethodDecl() const {
1258 ObjCMethodDecl *getMethodDecl() {
1271 if (HasMethod) return getMethodDecl()->getMethodFamily();
/external/clang/lib/Index/
DIndexBody.cpp177 if (ObjCMethodDecl *MD = E->getMethodDecl()) { in VisitObjCMessageExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1268 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1281 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1297 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1344 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1357 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1373 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
2641 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
2918 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
2951 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
2974 Exp->getMethodDecl()); in SynthMessageExpr()
DRewriteModernObjC.cpp1454 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1467 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1483 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitSetter()
1537 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1550 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
1566 OldMsg->getMethodDecl(), in RewritePropertyOrImplicitGetter()
3223 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
3498 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3531 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3554 Exp->getMethodDecl()); in SynthMessageExpr()
/external/v8/tools/clang/value_cleanup/
DListValueRewriter.cpp86 auto* method_decl = member_call_expr->getMethodDecl(); in HandleMemberCallExpr()
/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.h362 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/external/clang/lib/AST/
DExprClassification.cpp355 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
DExpr.cpp2105 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
2437 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
DStmtProfile.cpp1611 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
DExprCXX.cpp471 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h908 return getOriginExpr()->getMethodDecl(); in getDecl()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp960 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp379 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
DConsumed.cpp815 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1061 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1063 Record.AddDeclRef(E->getMethodDecl()); in VisitObjCMessageExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp290 if (E->getMethodDecl() && in VisitObjCMessageExpr()
291 E->getMethodDecl()->getReturnType()->isReferenceType()) in VisitObjCMessageExpr()

12