Home
last modified time | relevance | path

Searched defs:IMP (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaObjC/
Dnonnull.m84 @interface IMP interface
91 @implementation IMP implementation
/external/clang/lib/CodeGen/
DCGObjC.cpp745 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, in GenerateObjCGetter()
1274 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, in GenerateObjCSetter()
1355 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod()
DCGObjCMac.cpp4374 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() local
5521 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1721 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp930 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, in mustSynthesizeSetterGetterMethod()