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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 137 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl))
138 if (CDecl->IsClassExtension()) {
216 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext);
220 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
257 Diag(CDecl->getLocation(), diag::err_continuation_class);
278 /* lexicalDC = */ CDecl);
282 L->AddedObjCPropertyInClassExtension(PrimaryPDecl, /*OrigProp=*/0, CDecl);
340 /* lexicalDC = */ CDecl);
367 ProcessPropertyDecl(PIDecl, CCPrimary, PDecl, CDecl);
371 L->AddedObjCPropertyInClassExtension(PDecl, PIDecl, CDecl);
    [all...]
SemaDeclObjC.cpp 536 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU);
537 if (CDecl == 0) {
546 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
755 ObjCCategoryDecl *CDecl;
767 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
769 CDecl->setInvalidDecl();
770 CurContext->addDecl(CDecl);
774 return ActOnObjCContainerStartDefinition(CDecl);
798 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
801 CurContext->addDecl(CDecl);
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 345 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
352 void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl,
399 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
RewriteObjC.cpp 327 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
338 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
530 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]

Completed in 26 milliseconds