Searched refs:IMD (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
108 if (!IMD)
117 I = IMD->propimpl_begin(), EI = IMD->propimpl_end(); I != EI; ++I) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp373 ObjCMethodDecl *IMD = local
376 if (IMD) {
380 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
390 dyn_cast<NamedDecl>(IMD),
2742 bool containsInvalidMethodImplAttribute(ObjCMethodDecl *IMD, argument
2746 if (!IMD)
2753 if (!IMD->hasAttrs())
2756 const AttrVec &D = IMD->getAttrs();
3217 ObjCMethodDecl *IMD = 0; local
3219 IMD
[all...]
H A DSemaObjCProperty.cpp1506 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1508 if (!IMD || !IMD->isPropertyAccessor())
1516 if ((property->getGetterName() == IMD->getSelector() ||
1517 property->getSetterName() == IMD->getSelector()) &&
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp275 ObjCImplementationDecl *IMD,
769 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
768 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteModernObjC.cpp329 ObjCImplementationDecl *IMD,
931 ObjCImplementationDecl *IMD,
947 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
955 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
958 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1014 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
1373 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1376 if (IMD) {
1377 if (IMD
930 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp856 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
857 return IMD->getClassInterface();
952 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
953 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
H A DASTContext.cpp388 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
389 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
1936 if (const ObjCImplDecl *IMD =
1938 return IMD->getClassInterface();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1777 MDNode *IMD = I->getMetadata(Kind); local
1786 ReplInst->setMetadata(Kind, MDNode::getMostGenericTBAA(IMD, ReplMD));
1789 ReplInst->setMetadata(Kind, MDNode::getMostGenericRange(IMD, ReplMD));
1795 ReplInst->setMetadata(Kind, MDNode::getMostGenericFPMath(IMD, ReplMD));
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp178 MDNode *IMD = I->getMetadata(Kind); local
185 MD = MDNode::getMostGenericTBAA(MD, IMD);
188 MD = MDNode::getMostGenericFPMath(MD, IMD);

Completed in 315 milliseconds