Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp202 if (const ObjCInterfaceDecl *Iface = Msg->getReceiverInterface()) { in VisitObjCMessage() local
208 if (isSubclass(Iface, NSExceptionII)) { in VisitObjCMessage()
/external/clang/lib/AST/
DASTImporter.cpp3414 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local
3416 if (!Iface) in VisitObjCImplementationDecl()
3428 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
3434 Iface, Super, in VisitObjCImplementationDecl()
3449 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
3450 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3452 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3461 << Iface->getDeclName(); in VisitObjCImplementationDecl()
DExpr.cpp3368 if (const ObjCObjectType *Iface in getReceiverInterface() local
3370 return Iface->getInterface(); in getReceiverInterface()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp653 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local
654 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
5178 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local
5179 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()
5233 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local
5235 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()