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 1664 of file InsightsHelpers.cpp.
| void clang::insights::StringStream::Print | ( | const StringLiteral & | arg | ) |
Definition at line 1658 of file InsightsHelpers.cpp.
| void clang::insights::StringStream::Print | ( | const TemplateArgument & | arg | ) |
Definition at line 1634 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 1646 of file InsightsHelpers.cpp.
| void clang::insights::StringStream::Print | ( | const TemplateSpecializationType & | arg | ) |
Definition at line 1640 of file InsightsHelpers.cpp.
| void clang::insights::StringStream::Print | ( | const TypeConstraint & | arg | ) |
Definition at line 1652 of file InsightsHelpers.cpp.