reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/ARCMigrate/Transforms.h
  176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  737   EndOfEnumDclLoc = trans::findSemiAfterLocation(EndOfEnumDclLoc,
  747   EndTypedefDclLoc = trans::findSemiAfterLocation(EndTypedefDclLoc,
tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
   68   SourceLocation AfterMacroSemiLoc = findSemiAfterLocation(AfterMacroLoc, Ctx);
tools/clang/lib/ARCMigrate/Transforms.cpp
  119   SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl);
  161     return findSemiAfterLocation(tok.getLocation(), Ctx, /*IsDecl*/true);