Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp119 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi()
129 SourceLocation trans::findSemiAfterLocation(SourceLocation loc, in findSemiAfterLocation() function in trans
161 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true); in findSemiAfterLocation()
H A DTransforms.h176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,
H A DTransEmptyStatementsAndDealloc.cpp68 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx); in isEmptyARCMTMacroStatement()
H A DObjCMT.cpp723 EndOfEnumDclLoc = trans::findSemiAfterLocation(EndOfEnumDclLoc, in rewriteToNSEnumDecl()
733 EndTypedefDclLoc = trans::findSemiAfterLocation(EndTypedefDclLoc, in rewriteToNSEnumDecl()