clang 20.0.0git
|
Typedefs | |
using | FIDMap = llvm::DenseMap< FileID, unsigned > |
Functions | |
unsigned | AddFID (FIDMap &FIDs, SmallVectorImpl< FileID > &V, FileID FID) |
unsigned | AddFID (FIDMap &FIDs, SmallVectorImpl< FileID > &V, const SourceManager &SM, SourceLocation L) |
unsigned | GetFID (const FIDMap &FIDs, FileID FID) |
unsigned | GetFID (const FIDMap &FIDs, const SourceManager &SM, SourceLocation L) |
raw_ostream & | Indent (raw_ostream &o, const unsigned indent) |
raw_ostream & | EmitPlistHeader (raw_ostream &o) |
raw_ostream & | EmitInteger (raw_ostream &o, int64_t value) |
raw_ostream & | EmitString (raw_ostream &o, StringRef s) |
void | EmitLocation (raw_ostream &o, const SourceManager &SM, SourceLocation L, const FIDMap &FM, unsigned indent) |
void | EmitRange (raw_ostream &o, const SourceManager &SM, CharSourceRange R, const FIDMap &FM, unsigned indent) |
using clang::markup::FIDMap = typedef llvm::DenseMap<FileID, unsigned> |
Definition at line 25 of file PlistSupport.h.
|
inline |
Definition at line 38 of file PlistSupport.h.
|
inline |
Definition at line 27 of file PlistSupport.h.
References V.
Referenced by AddFID(), printCoverage(), and clang::arcmt::writeARCDiagsToPlist().
|
inline |
Definition at line 71 of file PlistSupport.h.
Referenced by EmitLocation(), and printCoverage().
|
inline |
Definition at line 106 of file PlistSupport.h.
References EmitInteger(), GetFID(), clang::SourceLocation::isInvalid(), Loc, and SM.
Referenced by EmitRange(), and clang::arcmt::writeARCDiagsToPlist().
|
inline |
Definition at line 62 of file PlistSupport.h.
Referenced by clang::arcmt::writeARCDiagsToPlist().
|
inline |
Definition at line 122 of file PlistSupport.h.
References EmitLocation(), clang::CharSourceRange::getBegin(), clang::CharSourceRange::getEnd(), clang::SourceLocation::getLocWithOffset(), clang::CharSourceRange::isCharRange(), clang::CharSourceRange::isInvalid(), and SM.
Referenced by clang::arcmt::writeARCDiagsToPlist().
|
inline |
Definition at line 78 of file PlistSupport.h.
Referenced by clang::LogDiagnosticPrinter::EndSourceFile(), and clang::arcmt::writeARCDiagsToPlist().
|
inline |
Definition at line 50 of file PlistSupport.h.
Definition at line 44 of file PlistSupport.h.
Referenced by EmitLocation(), and GetFID().
|
inline |
Definition at line 56 of file PlistSupport.h.