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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp307 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { local
318 addPropertyMethod(property->getGetterMethodDecl());
319 addPropertyMethod(property->getSetterMethodDecl());
1148 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { variable
1156 addPropertyMethod(property->getGetterMethodDecl());
1157 addPropertyMethod(property->getSetterMethodDecl());

Completed in 112 milliseconds