Searched refs:Iface (Results 1 – 6 of 6) sorted by relevance
/external/mockito/src/test/java/org/mockito/internal/util/reflection/ |
D | GenericTypeExtractorTest.java | 36 interface Iface extends IBase<Integer> {} interface in GenericTypeExtractorTest 37 interface IDeeper extends Serializable, Iface, Cloneable {} 63 assertEquals(Integer.class, genericTypeOf(Iface.class, Base.class, IBase.class)); in finds_generic_type()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4105 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local 4107 if (!Iface) in VisitObjCImplementationDecl() 4119 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl() 4125 Iface, Super, in VisitObjCImplementationDecl() 4141 Iface->setImplementation(Impl); in VisitObjCImplementationDecl() 4142 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 4144 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 4154 << Iface->getDeclName(); in VisitObjCImplementationDecl()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 675 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local 676 return C.getObjCInterfaceType(Iface); in getDeclUsageType() 5469 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local 5470 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver() 5522 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local 5524 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 4939 ObjCInterfaceDecl *Iface; in VisitObjCImplementationDecl() local 4940 if (Error Err = importInto(Iface, D->getClassInterface())) in VisitObjCImplementationDecl() 4948 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl() 4966 DC, Iface, Super, in VisitObjCImplementationDecl() 4977 Iface->setImplementation(Impl); in VisitObjCImplementationDecl() 4978 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 4980 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 4990 << Iface->getDeclName(); in VisitObjCImplementationDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 886 if (const auto *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local 887 return C.getObjCInterfaceType(Iface); in getDeclUsageType() 7206 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local 7207 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver() 7256 if (const ObjCObjectType *Iface = in CodeCompleteObjCSuperMessage() local 7258 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()
|
/external/scapy/test/ |
D | regression.uts | 6236 …ation Gateway Flags Refs Use Mtu Prio Iface
|