Searched refs:getClassInterface (Results 1 - 25 of 52) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp54 << *MethDerived->getClassInterface()
56 << *MethAncestor->getClassInterface()
63 << *MethAncestor->getClassInterface()
83 const ObjCInterfaceDecl *D = ID->getClassInterface();
H A DObjCUnusedIVarsChecker.cpp90 for (const auto *Cat : ID->getClassInterface()->visible_categories()) {
111 const ObjCInterfaceDecl *ID = D->getClassInterface();
H A DDirectIvarAssignment.cpp121 const ObjCInterfaceDecl *InterD = D->getClassInterface();
H A DObjCMissingSuperCallChecker.cpp93 const ObjCInterfaceDecl *ID = D->getClassInterface();
H A DCheckObjCDealloc.cpp107 const ObjCInterfaceDecl *ID = D->getClassInterface();
H A DDynamicTypePropagation.cpp236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl()))
H A DObjCSelfInitChecker.cpp401 ObjCInterfaceDecl *ID = MD->getClassInterface()->getSuperClass();
/external/clang/lib/AST/
H A DDeclObjC.cpp668 if (const ObjCInterfaceDecl *ID = getClassInterface())
747 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
772 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
943 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { function in class:ObjCMethodDecl
947 return CD->getClassInterface();
949 return IMD->getClassInterface();
1034 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
1047 const ObjCInterfaceDecl *ID = CatD->getClassInterface();
1096 Container = CatDecl->getClassInterface();
1423 ID = IM->getClassInterface();
[all...]
H A DDeclPrinter.cpp1043 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n";
1051 Out << "@interface " << *PID->getClassInterface() << '(' << *PID << ")\n";
1070 << ' ' << *AID->getClassInterface() << ";\n";
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp84 receiverClass = method->getClassInterface();
132 CurrentClass = Cat->getClassInterface();
134 CurrentClass = Impl->getClassInterface();
137 CurrentClass = CatImpl->getClassInterface();
321 MDecl->createImplicitParams(Context, MDecl->getClassInterface());
369 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) {
383 if (ObjCInterfaceDecl *OID = CD->getClassInterface())
1154 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface();
1687 ObjCInterfaceDecl *IDecl = C ? C->getClassInterface()
1919 ObjCInterfaceDecl *IDecl = CatDecl->getClassInterface();
[all...]
H A DSemaObjCProperty.cpp330 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
822 IDecl = IC->getClassInterface();
894 IDecl = CatImplClass->getClassInterface();
1265 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) {
1611 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface())
1661 if ((IDecl = C->getClassInterface())) {
1719 if ((PrimaryClass = C->getClassInterface()))
2066 CurrentClass = Cat->getClassInterface();
2068 CurrentClass = Impl->getClassInterface();
H A DSemaExprMember.cpp1297 D = CAT->getClassInterface();
1329 ClassOfMethodDecl = MD->getClassInterface();
1339 ClassOfMethodDecl = IMPD->getClassInterface();
1342 ClassOfMethodDecl = CatImplClass->getClassInterface();
1473 ObjCInterfaceDecl *IFace = MD->getClassInterface();
H A DSemaExprObjC.cpp1157 if (ObjCInterfaceDecl *Class = CurMethod->getClassInterface())
1194 iface = impl->getClassInterface();
1726 CurMethod->getClassInterface()->getSuperClass();
1730 << CurMethod->getClassInterface()->getIdentifier();
1746 IFace = CurMethod->getClassInterface()->getSuperClass();
1812 if (Method && Method->getClassInterface())
1813 WantObjCSuper = Method->getClassInterface()->getSuperClass();
1848 if (!Method->getClassInterface()) {
1854 if (Method->getClassInterface()->lookupInstanceVariable(Name,
1937 ObjCInterfaceDecl *Class = Method->getClassInterface();
[all...]
H A DCodeCompleteConsumer.cpp311 const ObjCInterfaceDecl *Interface = Cat->getClassInterface();
/external/clang/include/clang/AST/
H A DDeclObjC.h323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
1750 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1751 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1850 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCImplDecl
1851 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCImplDecl
2084 return getClassInterface()->getIdentifier();
2159 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } function in class:clang::ObjCCompatibleAliasDecl
2160 ObjCInterfaceDecl *getClassInterface() { retur function in class:clang::ObjCCompatibleAliasDecl
[all...]
/external/clang/lib/Index/
H A DUSRGeneration.cpp318 const ObjCInterfaceDecl *ID = D->getClassInterface();
342 const ObjCInterfaceDecl *ID = CD->getClassInterface();
364 const ObjCInterfaceDecl *ID = CD->getClassInterface();
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1453 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
2921 const ObjCInterfaceDecl *Interface = OCD->getClassInterface();
3039 const_cast<ObjCInterfaceDecl*>(ID->getClassInterface());
3051 if (ID->getClassInterface()->getVisibility() == HiddenVisibility)
3132 if (ID->getClassInterface()->getVisibility() == HiddenVisibility)
3137 const ObjCInterfaceDecl *Root = ID->getClassInterface();
3146 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) {
3249 ID, ID->getClassInterface(), ObjCTypes);
3286 const ObjCInterfaceDecl *OID = ID->getClassInterface();
4811 const ObjCInterfaceDecl *OI = OMD->getClassInterface();
[all...]
H A DCGObjCRuntime.cpp42 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
75 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
H A DCGObjC.cpp74 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
400 OMD->getClassInterface(),
438 const ObjCInterfaceDecl *iface = impl->getClassInterface();
504 StartObjCMethod(OMD, OMD->getClassInterface(), OMD->getLocStart());
752 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
889 EmitIvarOffset(classImpl->getClassInterface(), ivar);
1178 EmitIvarOffset(classImpl->getClassInterface(), ivar);
1281 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
1325 const ObjCInterfaceDecl *iface = impl->getClassInterface();
1358 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());
[all...]
/external/clang/tools/libclang/
H A DCIndexHigh.cpp86 if (ImplD->getClassInterface())
87 return getCanonical(ImplD->getClassInterface());
H A DIndexDecl.cpp156 const ObjCInterfaceDecl *Class = D->getClassInterface();
H A DIndexingContext.cpp517 const ObjCInterfaceDecl *IFaceD = D->getClassInterface();
550 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
819 return getEntityDecl(ImplD->getClassInterface());
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp167 return canModify(Impl->getClassInterface());
700 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface();
858 ObjCInterfaceDecl *IDecl = OM->getClassInterface();
912 IDecl = CatDecl->getClassInterface();
914 IDecl = ImpDecl->getClassInterface();
1184 IDecl = CatDecl->getClassInterface();
1186 IDecl = ImpDecl->getClassInterface();
1586 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface();
H A DTransProperties.cpp93 ObjCInterfaceDecl *iface = D->getClassInterface();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp883 CDecl = CatDecl->getClassInterface();
1387 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1398 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
2671 ObjCInterfaceDecl *BoxingClass = BoxingMethod->getClassInterface();
3299 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface();
3403 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface();
4116 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface();
4125 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface();
4557 ObjCInterfaceDecl *IFace = MD->getClassInterface();
7187 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface();
[all...]

Completed in 7080 milliseconds

123