Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp918 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()
1062 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()
1136 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()
1433 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
H A DCGObjCGNU.cpp1908 for (auto *propImpl : OID->property_impls()) in GenerateClass() local