Searched refs:FIDMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h25 using FIDMap = llvm::DenseMap<FileID, unsigned>;
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) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp42 FIDMap FM;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp76 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;

Completed in 154 milliseconds