/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 41 void migrateInstanceType(ASTContext &Ctx, ObjCContainerDecl *CDecl); 42 void migrateMethodInstanceType(ASTContext &Ctx, ObjCContainerDecl *CDecl, 44 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl, 586 ObjCContainerDecl *CDecl, 594 migrateFactoryMethod(Ctx, CDecl, OM); 606 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); 612 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); 614 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) 616 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) 621 migrateFactoryMethod(Ctx, CDecl, OM) [all...] |
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 139 void setCorrectionDecl(NamedDecl *CDecl) { 141 addCorrectionDecl(CDecl); 146 void addCorrectionDecl(NamedDecl *CDecl);
|
Sema.h | [all...] |
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 626 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); 627 if (CDecl == 0) { 636 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl); [all...] |
SemaObjCProperty.cpp | 172 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { 173 if (CDecl->IsClassExtension()) { 337 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); 341 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); 384 Diag(CDecl->getLocation(), diag::err_continuation_class); 405 /* lexicalDC = */ CDecl); 409 L->AddedObjCPropertyInClassExtension(PrimaryPDecl, /*OrigProp=*/0, CDecl); 466 /* lexicalDC = */ CDecl); 494 ProcessPropertyDecl(PIDecl, CCPrimary, PDecl, CDecl); 498 L->AddedObjCPropertyInClassExtension(PDecl, PIDecl, CDecl); [all...] |
SemaCodeComplete.cpp | [all...] |
SemaLookup.cpp | [all...] |
SemaDecl.cpp | [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 390 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, 401 void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, 455 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, [all...] |
RewriteObjC.cpp | 329 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, 340 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 536 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, [all...] |
/external/clang/lib/AST/ |
DeclPrinter.cpp | 396 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); 410 if (CDecl && CDecl->isExplicitSpecified()) 487 if (CDecl) { 489 for (CXXConstructorDecl::init_const_iterator B = CDecl->init_begin(), 490 E = CDecl->init_end(); [all...] |
ASTContext.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 385 Decl *CDecl) { 483 Diag(CDecl->getLocStart(), diag::note_objc_container_start) 532 Diag(CDecl->getLocStart(), diag::note_objc_container_start) [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/external/clang/include/clang/AST/ |
ASTContext.h | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | [all...] |