Searched refs:getMethodDecl (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp164 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) {
H A DSemaExprObjC.cpp1165 const ObjCMethodDecl *Method = MsgSend->getMethodDecl();
1421 ObjCMethodDecl *Method = ME->getMethodDecl();
2853 return checkCallToMethod(e->getMethodDecl());
H A DSemaStmt.cpp245 const ObjCMethodDecl *MD = ME->getMethodDecl();
H A DSemaOverload.cpp10939 TheCall->getMethodDecl()->isPure()) {
10940 const CXXMethodDecl *MD = TheCall->getMethodDecl();
H A DTreeTransform.h8764 E->getMethodDecl(),
8789 E->getMethodDecl(),
H A DSemaExprCXX.cpp4758 D = Send->getMethodDecl();
H A DSemaExpr.cpp7838 return Base->getMethodDecl() != 0;
12250 if (ObjCMethodDecl *Method = E->getMethodDecl()) {
12421 d = msg->getMethodDecl();
H A DSemaCodeComplete.cpp5096 ObjCMethodDecl *Method = Msg->getMethodDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp73 if (ME->getMethodDecl() == PD->getSetterMethodDecl() &&
H A DIvarInvalidationChecker.cpp620 const ObjCMethodDecl *MD = ME->getMethodDecl();
706 const ObjCMethodDecl *MD = ME->getMethodDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1268 const ObjCMethodDecl *getMethodDecl() const { function in class:clang::ObjCMessageExpr
1275 ObjCMethodDecl *getMethodDecl() { function in class:clang::ObjCMessageExpr
1288 if (HasMethod) return getMethodDecl()->getMethodFamily();
H A DExprCXX.h131 CXXMethodDecl *getMethodDecl() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp327 cast<CXXMethodDecl>(CMCE->getMethodDecl()->getMostRecentDecl());
329 CallingContext LRCallCtx(CMCE->getMethodDecl());
340 if (CMCE->getMethodDecl()->getNameAsString() == "get" &&
347 unsigned Root = makeMCall(NumCallArgs, CMCE->getMethodDecl());
2069 CXXMethodDecl *MD = CE->getMethodDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp346 cast<ObjCMessageExpr>(E)->getMethodDecl()) {
H A DStmtProfile.cpp1068 VisitDecl(S->getMethodDecl());
H A DExpr.cpp2086 const ObjCMethodDecl *MD = ME->getMethodDecl();
2435 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl()))
H A DExprCXX.cpp484 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { function in class:CXXMemberCallExpr
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
295 const ObjCMethodDecl *Method = Msg->getMethodDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1298 OldMsg->getMethodDecl(),
1311 OldMsg->getMethodDecl(),
1327 OldMsg->getMethodDecl(),
1374 OldMsg->getMethodDecl(),
1387 OldMsg->getMethodDecl(),
1403 OldMsg->getMethodDecl(),
2684 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) {
2989 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
3023 const ObjCMethodDecl *MD = Exp->getMethodDecl();
3047 Exp->getMethodDecl());
[all...]
H A DRewriteModernObjC.cpp1496 OldMsg->getMethodDecl(),
1509 OldMsg->getMethodDecl(),
1525 OldMsg->getMethodDecl(),
1579 OldMsg->getMethodDecl(),
1592 OldMsg->getMethodDecl(),
1608 OldMsg->getMethodDecl(),
3298 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) {
3600 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
3634 const ObjCMethodDecl *MD = Exp->getMethodDecl();
3657 Exp->getMethodDecl());
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h844 return getOriginExpr()->getMethodDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp993 if (E->getMethodDecl()) {
995 Writer.AddDeclRef(E->getMethodDecl(), Record);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp246 if (E->getMethodDecl() &&
247 E->getMethodDecl()->getResultType()->isReferenceType())
H A DCGExpr.cpp3127 assert(E->getMethodDecl()->getResultType()->isReferenceType() &&
H A DCGObjC.cpp304 const ObjCMethodDecl *method = E->getMethodDecl();

Completed in 462 milliseconds

12