Searched defs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaObjCProperty.cpp | 2120 for (const auto *propertyImpl : impDecl->property_impls()) { diagnoseNullResettableSynthesizedSetters() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCGNU.cpp | 3576 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); GeneratePropertyList() local |