Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp913 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()
1056 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()
1112 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()
1401 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
H A DCGObjCGNU.cpp1894 for (auto *propImpl : OID->property_impls()) in GenerateClass() local