Searched refs:MDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp274 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D); local
277 if (!MDecl)
279 if (MDecl->isInstanceMethod())
280 AddInstanceMethodToGlobalPool(MDecl, true);
282 AddFactoryMethodToGlobalPool(MDecl, true);
308 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D); local
311 if (!MDecl)
315 PushDeclContext(FnBodyScope, MDecl);
322 MDecl->createImplicitParams(Context, MDecl
[all...]
H A DSemaChecking.cpp2139 if (const ObjCMethodDecl *MDecl = ME->getMethodDecl()) {
2140 if (const NamedDecl *ND = dyn_cast<NamedDecl>(MDecl)) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp678 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, local
682 return MDecl;
1978 void Parser::StashAwayMethodOrFunctionBodyTokens(Decl *MDecl) { argument
1979 LexedMethod* LM = new LexedMethod(this, MDecl);
2016 Decl *MDecl = ParseObjCMethodPrototype(); local
2018 PrettyDeclStackTraceEntry CrashInfo(Actions, MDecl, Tok.getLocation(),
2042 if (!MDecl) {
2049 Actions.AddAnyMethodToGlobalPool(MDecl);
2053 StashAwayMethodOrFunctionBodyTokens(MDecl);
2054 return MDecl;
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1200 void StashAwayMethodOrFunctionBodyTokens(Decl *MDecl);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp280 ObjCMethodDecl *MDecl, std::string &ResultStr);
H A DRewriteModernObjC.cpp334 ObjCMethodDecl *MDecl, std::string &ResultStr);

Completed in 244 milliseconds