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

  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaObjCProperty.cpp 398 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
399 if (IDecl)
402 if (IDecl->ClassImplementsProtocol(PNSCopying, true))
592 ObjCInterfaceDecl* IDecl = 0;
598 IDecl = IC->getClassInterface();
600 // without an interface decl. So, IDecl is always non-zero.
601 assert(IDecl &&
605 property = IDecl->FindPropertyDeclaration(PropertyId);
607 Diag(PropertyLoc, diag::error_bad_property_decl) << IDecl->getDeclName();
633 IDecl = CatImplClass->getClassInterface()
    [all...]
SemaDeclObjC.cpp 360 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl)
361 : CurrentIDecl(IDecl) {}
394 ObjCInterfaceDecl *IDecl
404 IDecl->setInvalidDecl();
409 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
410 PushOnScopeChains(IDecl, TUScope);
414 if (!IDecl->hasDefinition())
415 IDecl->startDefinition();
425 ObjCInterfaceValidatorCCC Validator(IDecl);
437 if (declaresSameEntity(PrevDecl, IDecl)) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp 297 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) {
298 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
300 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/
RewriteModernObjC.cpp 291 void RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl,
393 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
    [all...]
RewriteObjC.cpp 277 void RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl,
344 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
527 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
    [all...]

Completed in 42 milliseconds