Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp306 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local
317 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
318 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1119 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local
1127 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1128 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
3397 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in GenerateClass() local
3401 addPropertyMethod(property->getGetterMethodDecl()); in GenerateClass()
3402 addPropertyMethod(property->getSetterMethodDecl()); in GenerateClass()