HomeSort by relevance Sort by last modified time
    Searched refs:getClassInterface (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 54 << *MethDerived->getClassInterface()
56 << *MethAncestor->getClassInterface()
63 << *MethAncestor->getClassInterface()
83 const ObjCInterfaceDecl *D = ID->getClassInterface();
ObjCUnusedIVarsChecker.cpp 90 for (const auto *Cat : ID->getClassInterface()->visible_categories()) {
111 const ObjCInterfaceDecl *ID = D->getClassInterface();
DirectIvarAssignment.cpp 121 const ObjCInterfaceDecl *InterD = D->getClassInterface();
ObjCMissingSuperCallChecker.cpp 93 const ObjCInterfaceDecl *ID = D->getClassInterface();
CheckObjCDealloc.cpp 107 const ObjCInterfaceDecl *ID = D->getClassInterface();
DynamicTypePropagation.cpp 236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl()))
ObjCSelfInitChecker.cpp 401 ObjCInterfaceDecl *ID = MD->getClassInterface()->getSuperClass();
  /external/clang/lib/AST/
DeclObjC.cpp 668 if (const ObjCInterfaceDecl *ID = getClassInterface())
747 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
772 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
943 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() {
947 return CD->getClassInterface();
949 return IMD->getClassInterface();
    [all...]
DeclPrinter.cpp 1043 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n";
1051 Out << "@interface " << *PID->getClassInterface() << '(' << *PID << ")\n";
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 84 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())
    [all...]
SemaObjCProperty.cpp 330 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
    [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
CodeCompleteConsumer.cpp 311 const ObjCInterfaceDecl *Interface = Cat->getClassInterface();
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 318 const ObjCInterfaceDecl *ID = D->getClassInterface();
342 const ObjCInterfaceDecl *ID = CD->getClassInterface();
364 const ObjCInterfaceDecl *ID = CD->getClassInterface();
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGObjCRuntime.cpp 42 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
75 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
CGObjC.cpp 74 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());
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 167 return canModify(Impl->getClassInterface());
700 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface();
    [all...]
TransProperties.cpp 93 ObjCInterfaceDecl *iface = D->getClassInterface();
  /external/clang/tools/libclang/
CIndexHigh.cpp 86 if (ImplD->getClassInterface())
87 return getCanonical(ImplD->getClassInterface());
IndexDecl.cpp 156 const ObjCInterfaceDecl *Class = D->getClassInterface();
IndexingContext.cpp 517 const ObjCInterfaceDecl *IFaceD = D->getClassInterface();
550 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
819 return getEntityDecl(ImplD->getClassInterface());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 994 milliseconds

1 2 3