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

Declarations

tools/clang/lib/ARCMigrate/Internals.h
  102   void reportNote(StringRef note, SourceLocation loc,

References

tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  328         Pass.TA.reportNote("name declared here", declarationLoc);
  329         Pass.TA.reportNote("intended @autoreleasepool scope begins here",
  331         Pass.TA.reportNote("intended @autoreleasepool scope ends here",
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  381         Pass.TA.reportNote(note, retS->getBeginLoc());