Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp177 else if (const ObjCInterfaceDecl *Iface = msg.getReceiverInterface()) { in VisitObjCMessage() local
178 IdentifierInfo* ClsName = Iface->getIdentifier(); in VisitObjCMessage()
/external/clang/lib/AST/
DASTImporter.cpp3433 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local
3435 if (!Iface) in VisitObjCImplementationDecl()
3447 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
3453 Iface, Super, in VisitObjCImplementationDecl()
3468 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
3469 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3471 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
3480 << Iface->getDeclName(); in VisitObjCImplementationDecl()
DExpr.cpp2981 if (const ObjCObjectType *Iface in getReceiverInterface() local
2983 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()
5120 if (ObjCInterfaceDecl *Iface = Method->getClassInterface())
5121 if (Iface->getSuperClass()) {
5175 if (const ObjCObjectType *Iface
5177 CDecl = Iface->getInterface();