Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1910 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties() local
1911 if (ImpMethod && !ImpMethod->getBody()) { in DefaultSynthesizeProperties()
1914 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()
1915 if (ImpMethod && !ImpMethod->getBody()) in DefaultSynthesizeProperties()