HomeSort by relevance Sort by last modified time
    Searched defs:IDecl (Results 1 - 12 of 12) 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/Sema/
SemaExprMember.cpp     [all...]
SemaObjCProperty.cpp 525 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
526 if (IDecl)
529 if (IDecl->ClassImplementsProtocol(PNSCopying, true))
    [all...]
SemaDeclObjC.cpp 427 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl)
428 : CurrentIDecl(IDecl) {}
461 ObjCInterfaceDecl *IDecl
471 IDecl->setInvalidDecl();
476 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
477 PushOnScopeChains(IDecl, TUScope);
481 if (!IDecl->hasDefinition())
482 IDecl->startDefinition();
492 ObjCInterfaceValidatorCCC Validator(IDecl);
504 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 88 milliseconds