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

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp164 if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) {
H A DSemaExprObjC.cpp1192 const ObjCMethodDecl *Method = MsgSend->getMethodDecl();
1469 ObjCMethodDecl *Method = ME->getMethodDecl();
2897 return checkCallToMethod(e->getMethodDecl());
H A DSemaInit.cpp5099 Entity.getMethodDecl())
5100 S.Diag(Entity.getMethodDecl()->getLocation(),
5102 << Entity.getMethodDecl()->getDeclName();
H A DSemaStmt.cpp242 const ObjCMethodDecl *MD = ME->getMethodDecl();
H A DSemaOverload.cpp11293 TheCall->getMethodDecl()->isPure()) {
11294 const CXXMethodDecl *MD = TheCall->getMethodDecl();
H A DTreeTransform.h9139 E->getMethodDecl(),
9164 E->getMethodDecl(),
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1269 const ObjCMethodDecl *getMethodDecl() const { function in class:clang::ObjCMessageExpr
1276 ObjCMethodDecl *getMethodDecl() { function in class:clang::ObjCMessageExpr
1289 if (HasMethod) return getMethodDecl()->getMethodFamily();
H A DExprCXX.h132 CXXMethodDecl *getMethodDecl() const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp331 const CXXMethodDecl *MD = CMCE->getMethodDecl()->getMostRecentDecl();
333 CallingContext LRCallCtx(CMCE->getMethodDecl());
343 if (CMCE->getMethodDecl()->getNameAsString() == "get" &&
350 unsigned Root = makeMCall(NumCallArgs, CMCE->getMethodDecl());
2143 CXXMethodDecl *MD = CE->getMethodDecl();
H A DConsumed.cpp769 const CXXMethodDecl *MethodDecl = Call->getMethodDecl();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h355 ObjCMethodDecl *getMethodDecl() const { return MethodDecl; } function in class:clang::InitializedEntity
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp350 cast<ObjCMessageExpr>(E)->getMethodDecl()) {
H A DStmtProfile.cpp1135 VisitDecl(S->getMethodDecl());
H A DExpr.cpp2154 const ObjCMethodDecl *MD = ME->getMethodDecl();
2464 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl()))
H A DExprCXX.cpp550 CXXMethodDecl *CXXMemberCallExpr::getMethodDecl() const { function in class:CXXMemberCallExpr
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp29 if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
295 const ObjCMethodDecl *Method = Msg->getMethodDecl();
/freebsd-9.3-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.cpp1512 OldMsg->getMethodDecl(),
1525 OldMsg->getMethodDecl(),
1541 OldMsg->getMethodDecl(),
1595 OldMsg->getMethodDecl(),
1608 OldMsg->getMethodDecl(),
1624 OldMsg->getMethodDecl(),
3333 if (ObjCMethodDecl *mDecl = Exp->getMethodDecl()) {
3635 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
3669 const ObjCMethodDecl *MD = Exp->getMethodDecl();
3692 Exp->getMethodDecl());
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h830 return getOriginExpr()->getMethodDecl();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1005 if (E->getMethodDecl()) {
1007 Writer.AddDeclRef(E->getMethodDecl(), Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp248 if (E->getMethodDecl() &&
249 E->getMethodDecl()->getResultType()->isReferenceType())
H A DCGExpr.cpp3064 assert(E->getMethodDecl()->getResultType()->isReferenceType() &&
H A DCGObjC.cpp305 const ObjCMethodDecl *method = E->getMethodDecl();

Completed in 597 milliseconds

12