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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1757 MDNode *IMD = I->getMetadata(Kind); local
1766 ReplInst->setMetadata(Kind, MDNode::getMostGenericTBAA(IMD, ReplMD));
1769 ReplInst->setMetadata(Kind, MDNode::getMostGenericRange(IMD, ReplMD));
1775 ReplInst->setMetadata(Kind, MDNode::getMostGenericFPMath(IMD, ReplMD));
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp374 ObjCMethodDecl *IMD = local
377 if (IMD)
379 dyn_cast<NamedDecl>(IMD),
392 IMD = IC->getSuperClass()->lookupMethod(MDecl->getSelector(),
395 (IMD && IMD->hasAttr<ObjCRequiresSuperAttr>());
2481 bool containsInvalidMethodImplAttribute(ObjCMethodDecl *IMD, argument
2485 if (!IMD)
2492 if (!IMD->hasAttrs())
2495 const AttrVec &D = IMD
2928 ObjCMethodDecl *IMD = 0; local
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp273 ObjCImplementationDecl *IMD,
768 ObjCImplementationDecl *IMD,
1177 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1180 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1183 I = IMD ? IMD->instmeth_begin() : CID->instmeth_begin(),
1184 E = IMD ? IMD->instmeth_end() : CID->instmeth_end();
1198 I = IMD
767 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteModernObjC.cpp287 ObjCImplementationDecl *IMD,
865 ObjCImplementationDecl *IMD,
881 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
893 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
949 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
1305 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1308 if (IMD) {
1309 if (IMD->getIvarRBraceLoc().isValid()) {
1310 ReplaceText(IMD
864 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]

Completed in 157 milliseconds