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

/external/clang/lib/AST/
H A DASTImporter.cpp3356 ObjCInterfaceDecl *ToIface = MergeWithIface; local
3357 if (!ToIface) {
3358 ToIface = ObjCInterfaceDecl::Create(Importer.getToContext(), DC,
3363 ToIface->setLexicalDeclContext(LexicalDC);
3364 LexicalDC->addDeclInternal(ToIface);
3366 Importer.Imported(D, ToIface);
3368 if (D->isThisDeclarationADefinition() && ImportDefinition(D, ToIface))
3371 return ToIface;

Completed in 70 milliseconds