Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestCallVisitor.cpp21 Match(Call->getMethodDecl()->getQualifiedNameAsString(), in VisitCXXMemberCallExpr()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexBody.cpp71 if (ObjCMethodDecl *MD = E->getMethodDecl()) in VisitObjCMessageExpr()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp52 if (ME->getMethodDecl() == PD->getSetterMethodDecl() && in scan_ivar_release()
H A DIvarInvalidationChecker.cpp610 const ObjCMethodDecl *MD = ME->getMethodDecl(); in checkObjCMessageExpr()
696 const ObjCMethodDecl *MD = ME->getMethodDecl(); in VisitObjCMessageExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp194 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) { in markSafeWeakUse()
H A DSemaExprObjC.cpp1255 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote()
1542 ObjCMethodDecl *Method = ME->getMethodDecl(); in DiagnoseARCUseOfWeakReceiver()
3094 return checkCallToMethod(e->getMethodDecl()); in VisitObjCMessageExpr()
H A DAnalysisBasedWarnings.cpp214 !MCE->getMethodDecl()->isVirtual()) { in checkForFunctionCall()
H A DSemaInit.cpp5216 Entity.getMethodDecl()) in PrintInitLocationNote()
5217 S.Diag(Entity.getMethodDecl()->getLocation(), in PrintInitLocationNote()
5219 << Entity.getMethodDecl()->getDeclName(); in PrintInitLocationNote()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1278 const ObjCMethodDecl *getMethodDecl() const {
1285 ObjCMethodDecl *getMethodDecl() {
1298 if (HasMethod) return getMethodDecl()->getMethodFamily();
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A 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()
H A 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()
3270 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) { in SynthMessageExpr()
3556 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr()
3589 const ObjCMethodDecl *MD = Exp->getMethodDecl(); in SynthMessageExpr()
3612 Exp->getMethodDecl()); in SynthMessageExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl()) in checkForLiteralCreation()
295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToObjCSubscriptSyntax()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h361 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } in getMethodDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp350 cast<ObjCMessageExpr>(E)->getMethodDecl()) { in ClassifyInternal()
H A DExpr.cpp2202 if (const ObjCMethodDecl *MD = ME->getMethodDecl()) in isUnusedResultAWarning()
2536 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
H A DStmtProfile.cpp1317 VisitDecl(S->getMethodDecl()); in VisitObjCMessageExpr()
H A DExprCXX.cpp546 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { in getMethodDecl() function in CXXMemberCallExpr
H A DStmtPrinter.cpp1541 CXXMethodDecl *MD = Node->getMethodDecl(); in VisitCXXMemberCallExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h817 return getOriginExpr()->getMethodDecl(); in getDecl()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp847 if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl()) in getRuntimeDefinition()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp399 if (ME->getMethodDecl()->getNameAsString() == "get" && in translateCXXMemberCallExpr()
H A DConsumed.cpp809 CXXMethodDecl* MD = Call->getMethodDecl(); in VisitCXXMemberCallExpr()
H A DThreadSafety.cpp1683 CXXMethodDecl *MD = CE->getMethodDecl(); in VisitCallExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1005 if (E->getMethodDecl()) { in VisitObjCMessageExpr()
1007 Writer.AddDeclRef(E->getMethodDecl(), Record); in VisitObjCMessageExpr()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp285 if (E->getMethodDecl() && in VisitObjCMessageExpr()
286 E->getMethodDecl()->getReturnType()->isReferenceType()) in VisitObjCMessageExpr()

12