Searched refs:FIDMap (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 25 using FIDMap = llvm::DenseMap<FileID, unsigned>; variable 27 inline unsigned AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, in AddFID() 29 FIDMap::iterator I = FIDs.find(FID); in AddFID() 38 inline unsigned AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, in AddFID() 44 inline unsigned GetFID(const FIDMap &FIDs, FileID FID) { in GetFID() 45 FIDMap::const_iterator I = FIDs.find(FID); in GetFID() 50 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM, in GetFID() 108 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() 124 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 50 void printBugPath(llvm::raw_ostream &o, const FIDMap &FM, 83 const FIDMap& FM; 90 PlistPrinter(const FIDMap &FM, const Preprocessor &PP, in PlistPrinter() 165 FIDMap &FM, 492 FIDMap &FM, in printCoverage() 569 void PlistDiagnostics::printBugPath(llvm::raw_ostream &o, const FIDMap &FM, in printBugPath() 618 FIDMap FM; in FlushDiagnosticsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 42 FIDMap FM; in writeARCDiagsToPlist()
|