HomeSort by relevance Sort by last modified time
    Searched refs:findSemiAfterLocation (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.h 177 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,
Transforms.cpp 126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
136 SourceLocation trans::findSemiAfterLocation(SourceLocation loc,
168 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
TransEmptyStatementsAndDealloc.cpp 70 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx);
ObjCMT.cpp 611 EndOfEnumDclLoc = trans::findSemiAfterLocation(EndOfEnumDclLoc,
621 EndTypedefDclLoc = trans::findSemiAfterLocation(EndTypedefDclLoc,
    [all...]

Completed in 60 milliseconds