Searched defs:ToImpl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp3634 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
3635 if (!ToImpl) {
3641 ToImpl = ObjCCategoryImplDecl::Create(Importer.getToContext(), DC,
3654 ToImpl->setLexicalDeclContext(LexicalDC);
3657 LexicalDC->addDeclInternal(ToImpl);
3658 Category->setImplementation(ToImpl);
3661 Importer.Imported(D, ToImpl);
3663 return ToImpl;
3837 ObjCPropertyImplDecl *ToImpl local
3839 if (!ToImpl) {
[all...]

Completed in 206 milliseconds