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

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
108 if (!IMD)
116 for (auto *PID : IMD->property_impls()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp330 ObjCImplementationDecl *IMD,
939 ObjCImplementationDecl *IMD,
955 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
963 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
966 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1023 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
1370 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1373 if (IMD) {
1374 if (IMD
938 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteObjC.cpp276 ObjCImplementationDecl *IMD,
776 ObjCImplementationDecl *IMD,
1172 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1177 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1188 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1198 for (auto *I : IMD
775 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp370 ObjCMethodDecl *IMD = local
373 if (IMD) {
377 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
392 dyn_cast<NamedDecl>(IMD),
3174 ObjCMethodDecl *IMD = nullptr; local
3176 IMD = IDecl->lookupMethod(ObjCMethod->getSelector(),
3178 if (IMD && IMD->hasAttr<ObjCRequiresSuperAttr>() &&
3187 if (family == OMF_dealloc && IMD && IMD
[all...]
H A DSemaObjCProperty.cpp1485 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1487 if (!IMD || !IMD->isPropertyAccessor())
1493 if ((Property->getGetterName() == IMD->getSelector() ||
1494 Property->getSetterName() == IMD->getSelector()) &&
/external/clang/lib/AST/
H A DDeclObjC.cpp948 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
949 return IMD->getClassInterface();
1033 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
1034 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
H A DASTContext.cpp404 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
405 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
1939 if (const ObjCImplDecl *IMD =
1941 return IMD->getClassInterface();
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1781 MDNode *IMD = I->getMetadata(Kind); local
1790 ReplInst->setMetadata(Kind, MDNode::getMostGenericTBAA(IMD, ReplMD));
1793 ReplInst->setMetadata(Kind, MDNode::getMostGenericRange(IMD, ReplMD));
1799 ReplInst->setMetadata(Kind, MDNode::getMostGenericFPMath(IMD, ReplMD));
1803 ReplInst->setMetadata(Kind, IMD);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp224 MDNode *IMD = I->getMetadata(Kind); local
231 MD = MDNode::getMostGenericTBAA(MD, IMD);
234 MD = MDNode::getMostGenericFPMath(MD, IMD);

Completed in 1042 milliseconds