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

/external/clang/lib/AST/
H A DASTImporter.cpp3622 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
3623 if (!ToImpl) {
3629 ToImpl = ObjCCategoryImplDecl::Create(Importer.getToContext(), DC,
3642 ToImpl->setLexicalDeclContext(LexicalDC);
3645 LexicalDC->addDeclInternal(ToImpl);
3646 Category->setImplementation(ToImpl);
3649 Importer.Imported(D, ToImpl);
3651 return ToImpl;
3826 ObjCPropertyImplDecl *ToImpl local
3828 if (!ToImpl) {
[all...]

Completed in 233 milliseconds