clang
6.0.0
|
Typedefs | |
typedef llvm::DenseMap< FileID, unsigned > | FIDMap |
Functions | |
void | AddFID (FIDMap &FIDs, SmallVectorImpl< FileID > &V, const SourceManager &SM, SourceLocation L) |
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) |
typedef llvm::DenseMap<FileID, unsigned> clang::markup::FIDMap |
Definition at line 18 of file PlistSupport.h.
|
inline |
Definition at line 20 of file PlistSupport.h.
References clang::SourceManager::getExpansionLoc(), and clang::SourceManager::getFileID().
Referenced by ReportPiece().
|
inline |
Definition at line 53 of file PlistSupport.h.
Referenced by EmitLocation(), and getLevelName().
|
inline |
Definition at line 89 of file PlistSupport.h.
References EmitInteger(), clang::FullSourceLoc::getExpansionColumnNumber(), clang::FullSourceLoc::getExpansionLineNumber(), clang::SourceManager::getExpansionLoc(), GetFID(), Indent(), clang::SourceLocation::isInvalid(), and SM.
Referenced by EmitRange(), and clang::CodeGen::CGDebugInfo::getInlinedAt().
|
inline |
Definition at line 44 of file PlistSupport.h.
Referenced by ReportPiece().
|
inline |
Definition at line 105 of file PlistSupport.h.
References EmitLocation(), clang::CharSourceRange::getBegin(), clang::CharSourceRange::getEnd(), Indent(), clang::CharSourceRange::isCharRange(), and clang::CharSourceRange::isInvalid().
|
inline |
Definition at line 60 of file PlistSupport.h.
Referenced by clang::LogDiagnosticPrinter::EndSourceFile(), getLevelName(), pwrite32le(), and ReportPiece().
|
inline |
Definition at line 30 of file PlistSupport.h.
References clang::SourceManager::getExpansionLoc(), and clang::SourceManager::getFileID().
Referenced by EmitLocation().
|
inline |
Definition at line 38 of file PlistSupport.h.
Referenced by EmitLocation(), and EmitRange().