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

  /external/clang/lib/Sema/
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...]
SemaObjCProperty.cpp 525 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
526 if (IDecl)
529 if (IDecl->ClassImplementsProtocol(PNSCopying, true))
    [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp 335 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) {
336 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
338 T = Context.getObjCInterfaceType(IDecl);
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 748 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl,
750 assert(IDecl);
758 SourceLocation InterfLoc = IDecl->getEndOfDefinitionLoc();
774 D = IDecl->lookupMethod(Sel, true);
786 IDecl = D->getClassInterface();
787 if (!IDecl)
790 IDecl = IDecl->getSuperClass();
791 if (!IDecl)
831 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 69 if (ObjCInterfaceDecl *IDecl = ME->getReceiverInterface()) {
75 D = IDecl->lookupPrivateMethod(Sel);
77 D = IDecl->lookupPrivateClassMethod(Sel);
  /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...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 389 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) {
390 return IDecl && IDecl->getIdentifier() == PoolII;
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
ASTContext.cpp     [all...]
  /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/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 836 virtual bool canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 399 milliseconds