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

/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp70 SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx);
H A DTransforms.h170 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx);
H A DTransforms.cpp116 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx);
126 SourceLocation trans::findSemiAfterLocation(SourceLocation loc, function in class:trans

Completed in 60 milliseconds