Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp666 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()
809 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()
864 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()
1146 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp912 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()
1055 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()
1111 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()
1400 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
DCGObjCGNU.cpp1890 for (auto *propImpl : OID->property_impls()) in GenerateClass() local