Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5940 if (ObjCImplementationDecl *ClassImpl in CodeCompleteObjCPropertyDefinition() local
5942 AddObjCProperties(ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
5973 if (ObjCImplementationDecl *ClassImpl in CodeCompleteObjCPropertySynthesizeIvar() local
5975 Class = ClassImpl->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5037 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition() local
5038 if (ObjCMethodDecl *Def = ClassImpl->getMethod(Method->getSelector(), in clang_getCursorDefinition()