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

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp2139 if (const ObjCMethodDecl *MDecl = ME->getMethodDecl()) {
H A DSemaExprCXX.cpp4928 D = Send->getMethodDecl();
H A DSemaExpr.cpp8227 return Base->getMethodDecl() != 0;
12884 if (ObjCMethodDecl *Method = E->getMethodDecl()) {
13057 d = msg->getMethodDecl();
H A DSemaCodeComplete.cpp5093 ObjCMethodDecl *Method = Msg->getMethodDecl();
H A DSemaDeclCXX.cpp9006 if (CE && CE->getMethodDecl()->isTrivial() && Depth)

Completed in 386 milliseconds

12