Home
last modified time | relevance | path

Searched refs:getMethodDecl (Results 1 – 25 of 38) 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()
DDynamicTypePropagation.cpp654 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
/external/clang/lib/Sema/
DScopeInfo.cpp199 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
DAnalysisBasedWarnings.cpp192 !MCE->getMethodDecl()->isVirtual()) in hasRecursiveCallInPath()
DSemaExprObjC.cpp1477 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
3290 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
DSemaInit.cpp5522 Entity.getMethodDecl()) in PrintInitLocationNote()
5523 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote()
5525 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
/external/clang/include/clang/AST/
DExprObjC.h1258 const ObjCMethodDecl *getMethodDecl() const {
1265 ObjCMethodDecl *getMethodDecl() {
1278 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()
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()
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()
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/
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.cpp355 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
DExpr.cpp2258 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
2590 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
DStmtProfile.cpp1491 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
DExprCXX.cpp542 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
DStmtPrinter.cpp1720 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp905 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h876 return getOriginExpr()->getMethodDecl(); in getDecl()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp379 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
DConsumed.cpp809 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1049 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1051 Writer.AddDeclRef(E->getMethodDecl(), Record); in VisitObjCMessageExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp290 if (E->getMethodDecl() && in VisitObjCMessageExpr()
291 E->getMethodDecl()->getReturnType()->isReferenceType()) in VisitObjCMessageExpr()

12