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.h176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx);
H A DTransforms.cpp126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx);
136 SourceLocation trans::findSemiAfterLocation(SourceLocation loc, function in class:trans

Completed in 102 milliseconds