Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp3628 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local
3630 if (!Iface) in VisitObjCImplementationDecl()
3642 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
3648 Iface, Super, in VisitObjCImplementationDecl()
3663 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
3664 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3666 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3675 << Iface->getDeclName(); in VisitObjCImplementationDecl()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp660 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local
661 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
5269 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local
5270 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()
5324 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local
5326 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()