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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 441 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl)
442 : CurrentIDecl(IDecl) {}
492 ObjCInterfaceDecl *IDecl
502 IDecl->setInvalidDecl();
507 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
508 PushOnScopeChains(IDecl, TUScope);
512 if (!IDecl->hasDefinition())
513 IDecl->startDefinition();
523 ObjCInterfaceValidatorCCC Validator(IDecl);
533 if (declaresSameEntity(PrevDecl, IDecl)) {
    [all...]
SemaObjCProperty.cpp 543 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
544 if (IDecl)
547 if (IDecl->ClassImplementsProtocol(PNSCopying, true))
    [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp 399 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) {
400 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
402 T = Context.getObjCInterfaceType(IDecl);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp 92 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(D)) {
93 if (IDecl->getDefinition())
94 D = IDecl->getDefinition();
508 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) {
510 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 726 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl,
728 assert(IDecl);
736 SourceLocation InterfLoc = IDecl->getEndOfDefinitionLoc();
752 D = IDecl->lookupMethod(Sel, true);
764 IDecl = D->getClassInterface();
765 if (!IDecl)
768 IDecl = IDecl->getSuperClass();
769 if (!IDecl)
809 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 332 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
333 if (IDecl &&
334 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying")))
499 const ObjCInterfaceDecl *IDecl,
510 DeclContext::lookup_const_result R = IDecl->lookup(Property->getDeclName());
561 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl,
564 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols();
567 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation()
    [all...]
TransAutoreleasePool.cpp 389 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) {
390 return IDecl && IDecl->getIdentifier() == PoolII;
  /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/
RewriteModernObjC.cpp 334 void RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl,
409 bool IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, TagDecl *Tag,
463 void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
    [all...]
RewriteObjC.cpp 280 void RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl,
347 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
541 void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 374 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD);
375 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...]
ASTContext.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 809 virtual bool canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 602 milliseconds