Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1908 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties() local
1909 if (ImpMethod && !ImpMethod->getBody()) { in DefaultSynthesizeProperties()
1912 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()
1913 if (ImpMethod && !ImpMethod->getBody()) in DefaultSynthesizeProperties()