Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1911 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties() local
1912 if (ImpMethod && !ImpMethod->getBody()) { in DefaultSynthesizeProperties()
1915 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()
1916 if (ImpMethod && !ImpMethod->getBody()) in DefaultSynthesizeProperties()