Home
last modified time | relevance | path

Searched refs:addPropertyMethod (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp297 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local
308 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
309 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1140 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local
1148 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1149 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()