Searched refs:IMD (Results 1 - 8 of 8) 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/Frontend/Rewrite/
H A DRewriteModernObjC.cpp321 ObjCImplementationDecl *IMD,
927 ObjCImplementationDecl *IMD,
943 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
951 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
954 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1011 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
1358 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1361 if (IMD) {
1362 if (IMD
926 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteObjC.cpp267 ObjCImplementationDecl *IMD,
767 ObjCImplementationDecl *IMD,
1163 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); local
1166 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1168 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1179 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1189 for (auto *I : IMD
766 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp366 ObjCMethodDecl *IMD = local
369 if (IMD) {
373 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
388 dyn_cast<NamedDecl>(IMD),
3230 ObjCMethodDecl *IMD = nullptr; local
3232 IMD = IDecl->lookupMethod(ObjCMethod->getSelector(),
3234 if (IMD && IMD->hasAttr<ObjCRequiresSuperAttr>() &&
3243 if (family == OMF_dealloc && IMD && IMD
[all...]
H A DSemaObjCProperty.cpp1488 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1490 if (!IMD || !IMD->isPropertyAccessor())
1496 if ((Property->getGetterName() == IMD->getSelector() ||
1497 Property->getSetterName() == IMD->getSelector()) &&
/external/clang/lib/AST/
H A DDeclObjC.cpp955 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
956 return IMD->getClassInterface();
1047 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
1048 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
H A DASTContext.cpp404 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
405 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
1963 if (const ObjCImplDecl *IMD =
1965 return IMD->getClassInterface();
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp222 MDNode *IMD = I->getMetadata(Kind); local
229 MD = MDNode::getMostGenericTBAA(MD, IMD);
232 MD = MDNode::getMostGenericAliasScope(MD, IMD);
235 MD = MDNode::intersect(MD, IMD);
238 MD = MDNode::getMostGenericFPMath(MD, IMD);

Completed in 777 milliseconds