Searched refs:FIDs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp22 static void AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, argument
26 FIDMap::iterator I = FIDs.find(FID);
27 if (I != FIDs.end()) return;
28 FIDs[FID] = V.size();
32 static unsigned GetFID(const FIDMap& FIDs, const SourceManager &SM, argument
35 FIDMap::const_iterator I = FIDs.find(FID);
36 assert(I != FIDs.end());
100 // Build up a set of FIDs that we use by scanning the locations and
132 // - "files", an <array> mapping from FIDs to file names
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp74 static void AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, argument
78 FIDMap::iterator I = FIDs.find(FID);
79 if (I != FIDs.end()) return;
80 FIDs[FID] = V.size();
84 static unsigned GetFID(const FIDMap& FIDs, const SourceManager &SM, argument
87 FIDMap::const_iterator I = FIDs.find(FID);
88 assert(I != FIDs.end());
347 // Build up a set of FIDs that we use by scanning the locations and
412 // - "files", an <array> mapping from FIDs to file names

Completed in 102 milliseconds