Searched refs:findSemiAfterLocation (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 119 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 D | Transforms.h | 176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,
|
H A D | TransEmptyStatementsAndDealloc.cpp | 68 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx); in isEmptyARCMTMacroStatement()
|
H A D | ObjCMT.cpp | 723 EndOfEnumDclLoc = trans::findSemiAfterLocation(EndOfEnumDclLoc, in rewriteToNSEnumDecl() 733 EndTypedefDclLoc = trans::findSemiAfterLocation(EndTypedefDclLoc, in rewriteToNSEnumDecl()
|