Home
last modified time | relevance | path

Searched refs:FIDMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h25 using FIDMap = llvm::DenseMap<FileID, unsigned>; variable
27 inline unsigned AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, in AddFID()
35 inline unsigned AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, in AddFID()
41 inline unsigned GetFID(const FIDMap &FIDs, FileID FID) { in GetFID()
42 FIDMap::const_iterator I = FIDs.find(FID); in GetFID()
47 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM, in GetFID()
104 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation()
120 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp48 void printBugPath(llvm::raw_ostream &o, const FIDMap &FM,
81 const FIDMap& FM;
88 PlistPrinter(const FIDMap &FM, const Preprocessor &PP, in PlistPrinter()
163 FIDMap &FM,
488 FIDMap &FM, in printCoverage()
565 void PlistDiagnostics::printBugPath(llvm::raw_ostream &o, const FIDMap &FM, in printBugPath()
614 FIDMap FM; in FlushDiagnosticsImpl()