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

/external/clang/lib/ARCMigrate/
H A DTransforms.cpp126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
136 SourceLocation trans::findSemiAfterLocation(SourceLocation loc, function in class:trans
168 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
H A DTransEmptyStatementsAndDealloc.cpp70 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx);
H A DTransforms.h177 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,
H A DObjCMT.cpp611 EndOfEnumDclLoc = trans::findSemiAfterLocation(EndOfEnumDclLoc,
621 EndTypedefDclLoc = trans::findSemiAfterLocation(EndTypedefDclLoc,

Completed in 63 milliseconds