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

  /external/clang/lib/ARCMigrate/
Transforms.h 176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx);
TransEmptyStatementsAndDealloc.cpp 70 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx);
Transforms.cpp 126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx);
136 SourceLocation trans::findSemiAfterLocation(SourceLocation loc,

Completed in 39 milliseconds