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

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 405 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
416 void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl,
469 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
RewriteObjC.cpp 330 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
341 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
544 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 657 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU);
658 if (!CDecl) {
667 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
    [all...]
SemaObjCProperty.cpp 168 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
169 if (CDecl->IsClassExtension()) {
326 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext);
330 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
370 Diag(CDecl->getLocation(), diag::err_continuation_class);
392 /* lexicalDC = */ CDecl);
397 CDecl);
484 /* lexicalDC = */ CDecl);
512 ProcessPropertyDecl(PIDecl, CCPrimary, PDecl, CDecl);
516 L->AddedObjCPropertyInClassExtension(PDecl, PIDecl, CDecl);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 56 void migrateAllMethodInstaceType(ASTContext &Ctx, ObjCContainerDecl *CDecl);
57 void migrateMethodInstanceType(ASTContext &Ctx, ObjCContainerDecl *CDecl,
62 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl,
77 void migrateARCSafeAnnotation(ASTContext &Ctx, ObjCContainerDecl *CDecl);
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 146 void setCorrectionDecl(NamedDecl *CDecl) {
148 addCorrectionDecl(CDecl);
159 void addCorrectionDecl(NamedDecl *CDecl);
Sema.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 387 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D);
403 if ((CDecl && CDecl->isExplicitSpecified()) ||
491 if (CDecl) {
493 for (const auto *BMInitializer : CDecl->inits()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 389 Decl *CDecl) {
487 Diag(CDecl->getLocStart(), diag::note_objc_container_start)
536 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...]

Completed in 588 milliseconds