Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp3713 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local
3715 if (!Iface) in VisitObjCImplementationDecl()
3727 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
3733 Iface, Super, in VisitObjCImplementationDecl()
3749 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
3750 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3752 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3762 << Iface->getDeclName(); in VisitObjCImplementationDecl()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp658 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local
659 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
5371 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local
5372 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()
5424 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local
5426 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()