Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp1900 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass() local
1904 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1905 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()