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

/external/clang/lib/AST/
H A DASTImporter.cpp3655 ObjCInterfaceDecl *ToIface = MergeWithIface; local
3656 if (!ToIface) {
3657 ToIface = ObjCInterfaceDecl::Create(Importer.getToContext(), DC,
3662 ToIface->setLexicalDeclContext(LexicalDC);
3663 LexicalDC->addDeclInternal(ToIface);
3665 Importer.Imported(D, ToIface);
3667 if (D->isThisDeclarationADefinition() && ImportDefinition(D, ToIface))
3670 return ToIface;
/external/clang/lib/Sema/
H A DSemaOverload.cpp8836 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl())
8839 FromIface->isSuperClassOf(ToIface))

Completed in 46 milliseconds