HomeSort by relevance Sort by last modified time
    Searched defs:IDecl (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 386 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD);
387 for (const ObjCIvarDecl *Iv = IDecl->all_declared_ivar_begin(); Iv;
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 231 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
232 if (IDecl &&
233 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying")))
308 const ObjCInterfaceDecl *IDecl,
321 DeclContext::lookup_const_result R = IDecl->lookup(Property->getDeclName());
374 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl,
377 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols();
380 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation()
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaObjCProperty.cpp 525 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
526 if (IDecl)
529 if (IDecl->ClassImplementsProtocol(PNSCopying, true))
    [all...]
SemaDeclObjC.cpp 430 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl)
431 : CurrentIDecl(IDecl) {}
481 ObjCInterfaceDecl *IDecl
491 IDecl->setInvalidDecl();
496 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
497 PushOnScopeChains(IDecl, TUScope);
501 if (!IDecl->hasDefinition())
502 IDecl->startDefinition();
512 ObjCInterfaceValidatorCCC Validator(IDecl);
524 if (declaresSameEntity(PrevDecl, IDecl)) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp 335 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) {
336 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
338 T = Context.getObjCInterfaceType(IDecl);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 279 void RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl,
346 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
533 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
    [all...]
RewriteModernObjC.cpp 319 void RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl,
394 bool IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, TagDecl *Tag,
449 void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
    [all...]

Completed in 350 milliseconds