Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1907 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties() local
1908 if (ImpMethod && !ImpMethod->getBody()) { in DefaultSynthesizeProperties()
1911 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()
1912 if (ImpMethod && !ImpMethod->getBody()) in DefaultSynthesizeProperties()