Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp746 SourceLocation BeginOfEnumDclLoc = EnumDcl->getBeginLoc(); in rewriteToNSEnumDecl() local
749 BeginOfEnumDclLoc = BeginOfEnumDclLoc.getLocWithOffset(-1); in rewriteToNSEnumDecl()
750 commit.remove(SourceRange(BeginOfEnumDclLoc, EndOfEnumDclLoc)); in rewriteToNSEnumDecl()