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

References

tools/clang/include/clang/Basic/PlistSupport.h
   27 inline unsigned AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V,
   29   FIDMap::iterator I = FIDs.find(FID);
   38 inline unsigned AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V,
   44 inline unsigned GetFID(const FIDMap &FIDs, FileID FID) {
   45   FIDMap::const_iterator I = FIDs.find(FID);
   50 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM,
  108                          SourceLocation L, const FIDMap &FM, unsigned indent) {
  124                       CharSourceRange R, const FIDMap &FM, unsigned indent) {
tools/clang/lib/ARCMigrate/PlistReporter.cpp
   42   FIDMap FM;
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
   76   const FIDMap& FM;
   83   PlistPrinter(const FIDMap& FM, AnalyzerOptions &AnOpts,
  168 static void printBugPath(llvm::raw_ostream &o, const FIDMap& FM,
  178                           FIDMap &FM,
  495                           FIDMap &FM,
  523 static void printBugPath(llvm::raw_ostream &o, const FIDMap& FM,
  603   FIDMap FM;