Home
last modified time | relevance | path

Searched defs:propImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp914 PropertyImplStrategy(CodeGenModule & CGM,const ObjCPropertyImplDecl * propImpl) PropertyImplStrategy() argument
1058 hasTrivialGetExpr(const ObjCPropertyImplDecl * propImpl) hasTrivialGetExpr() argument
1132 generateObjCGetterBody(const ObjCImplementationDecl * classImpl,const ObjCPropertyImplDecl * propImpl,const ObjCMethodDecl * GetterMethodDecl,llvm::Constant * AtomicHelperFn) generateObjCGetterBody() argument
1429 generateObjCSetterBody(const ObjCImplementationDecl * classImpl,const ObjCPropertyImplDecl * propImpl,llvm::Constant * AtomicHelperFn) generateObjCSetterBody() argument
[all...]
H A DCGObjCGNU.cpp1910 for (auto *propImpl : OID->property_impls()) GenerateClass() local