Specialization for ::llvm::raw_string_ostream
with an internal std::string
buffer.
More...
#include "InsightsHelpers.h"
Public Member Functions | |
StringStream () | |
void | Print (const TemplateArgument &) |
void | Print (const TemplateSpecializationType &) |
void | Print (const TemplateParamObjectDecl &) |
void | Print (const TypeConstraint &) |
void | Print (const StringLiteral &) |
void | Print (const CharacterLiteral &) |
Specialization for ::llvm::raw_string_ostream
with an internal std::string
buffer.
Definition at line 297 of file InsightsHelpers.h.
|
inline |
Definition at line 303 of file InsightsHelpers.h.
void clang::insights::StringStream::Print | ( | const CharacterLiteral & | arg | ) |
Definition at line 1609 of file InsightsHelpers.cpp.
void clang::insights::StringStream::Print | ( | const StringLiteral & | arg | ) |
Definition at line 1603 of file InsightsHelpers.cpp.
void clang::insights::StringStream::Print | ( | const TemplateArgument & | arg | ) |
Definition at line 1579 of file InsightsHelpers.cpp.
Referenced by clang::insights::AppendTemplateTypeParamName(), clang::insights::GetName(), and clang::insights::GetTypeConstraintAsString().
void clang::insights::StringStream::Print | ( | const TemplateParamObjectDecl & | arg | ) |
Definition at line 1591 of file InsightsHelpers.cpp.
void clang::insights::StringStream::Print | ( | const TemplateSpecializationType & | arg | ) |
Definition at line 1585 of file InsightsHelpers.cpp.
void clang::insights::StringStream::Print | ( | const TypeConstraint & | arg | ) |
Definition at line 1597 of file InsightsHelpers.cpp.