Searched defs:IMD (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp330 if (ObjCMethodDecl *IMD =
333 dyn_cast<NamedDecl>(IMD),
2458 bool containsInvalidMethodImplAttribute(ObjCMethodDecl *IMD, argument
2462 if (!IMD)
2467 if (!IMD->hasAttrs())
2470 const AttrVec &D = IMD->getAttrs();
2833 ObjCMethodDecl *IMD = 0; local
2835 IMD = IDecl->lookupMethod(ObjCMethod->getSelector(),
2838 containsInvalidMethodImplAttribute(IMD, ObjCMethod->getAttrs())) {
2839 SourceLocation MethodLoc = IMD
[all...]
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp273 ObjCImplementationDecl *IMD,
763 ObjCImplementationDecl *IMD,
1172 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1178 I = IMD ? IMD->instmeth_begin() : CID->instmeth_begin(),
1179 E = IMD ? IMD->instmeth_end() : CID->instmeth_end();
1193 I = IMD
762 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteModernObjC.cpp287 ObjCImplementationDecl *IMD,
781 ObjCImplementationDecl *IMD,
1219 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1222 if (IMD) {
1223 InsertText(IMD->getLocStart(), "// ");
1224 if (IMD->getIvarLBraceLoc().isValid())
1225 InsertText(IMD->getIvarLBraceLoc(), "// ");
1227 I = IMD->ivar_begin(), E = IMD->ivar_end(); I != E; ++I) {
1232 if (IMD
780 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]

Completed in 517 milliseconds