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 125 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
135 SourceLocation trans::findSemiAfterLocation(SourceLocation loc,
167 return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);
TransEmptyStatementsAndDealloc.cpp 70 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx);
ObjCMT.cpp 725 EndOfEnumDclLoc = trans::findSemiAfterLocation(EndOfEnumDclLoc,
735 EndTypedefDclLoc = trans::findSemiAfterLocation(EndTypedefDclLoc,
    [all...]

Completed in 430 milliseconds