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

  /external/clang/lib/Sema/
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...]
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...]
SemaExpr.cpp 504 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) {
506 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared);
    [all...]
  /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...]
TransAutoreleasePool.cpp 389 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) {
390 return IDecl && IDecl->getIdentifier() == PoolII;
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 733 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl,
735 assert(IDecl);
743 SourceLocation InterfLoc = IDecl->getEndOfDefinitionLoc();
759 D = IDecl->lookupMethod(Sel, true);
771 IDecl = D->getClassInterface();
772 if (!IDecl)
775 IDecl = IDecl->getSuperClass();
776 if (!IDecl)
816 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/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 830 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 1745 milliseconds