HomeSort by relevance Sort by last modified time
    Searched refs:AddFID (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 22 static void AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V,
109 AddFID(FM, Fids, SM, D.getLocation());
113 AddFID(FM, Fids, SM, RI->getBegin());
114 AddFID(FM, Fids, SM, RI->getEnd());
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 87 static void AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V,
375 AddFID(FM, Fids, SM, piece->getLocation().asLocation());
379 AddFID(FM, Fids, SM, RI->getBegin());
380 AddFID(FM, Fids, SM, RI->getEnd());

Completed in 396 milliseconds