Home
last modified time | relevance | path

Searched refs:EnumDcl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DObjCMT.cpp55 bool migrateNSEnumDecl(ASTContext &Ctx, const EnumDecl *EnumDcl,
705 static bool rewriteToNSEnumDecl(const EnumDecl *EnumDcl, in rewriteToNSEnumDecl() argument
723 SourceRange R(EnumDcl->getLocStart(), EnumDcl->getLocStart()); in rewriteToNSEnumDecl()
725 SourceLocation EndOfEnumDclLoc = EnumDcl->getLocEnd(); in rewriteToNSEnumDecl()
729 SourceRange EnumDclRange(EnumDcl->getLocStart(), EndOfEnumDclLoc); in rewriteToNSEnumDecl()
745 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(), in rewriteToNSEnumDecl()
748 SourceLocation BeginOfEnumDclLoc = EnumDcl->getLocStart(); in rewriteToNSEnumDecl()
759 const EnumDecl *EnumDcl, in rewriteToNSMacroDecl() argument
763 QualType DesignatedEnumType = EnumDcl->getIntegerType(); in rewriteToNSMacroDecl()
776 if (EnumDcl->getIntegerTypeSourceInfo()) { in rewriteToNSMacroDecl()
[all …]