Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dnonnull.m79 @interface IMP interface
86 @implementation IMP implementation
/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1049 GenerateObjCGetter(ObjCImplementationDecl * IMP,const ObjCPropertyImplDecl * PID) GenerateObjCGetter() argument
1628 GenerateObjCSetter(ObjCImplementationDecl * IMP,const ObjCPropertyImplDecl * PID) GenerateObjCSetter() argument
1708 GenerateObjCCtorDtorMethod(ObjCImplementationDecl * IMP,ObjCMethodDecl * MD,bool ctor) GenerateObjCCtorDtorMethod() argument
[all...]
H A DCGObjCMac.cpp5191 if (ObjCImplementationDecl *IMP = ID->getImplementation()) EmitModuleSymbols() local
6191 if (ObjCImplementationDecl *IMP = ID->getImplementation()) FinishNonFragileABIModule() local
/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp920 for (auto *IMP : Primary->Imports) { ExecuteAction() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2090 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { DiagnoseUnimplementedProperties() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp909 mustSynthesizeSetterGetterMethod(ObjCImplementationDecl * IMP,ObjCPropertyDecl * PD,bool getter) mustSynthesizeSetterGetterMethod() argument