Searched defs:findSemiAfterLocation (Results 1 - 1 of 1) 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);

Completed in 83 milliseconds