clang 19.0.0git
Public Member Functions | List of all members
clang::ast_matchers::dynamic::Diagnostics::ArgStream Class Reference

Helper stream class. More...

#include "clang/ASTMatchers/Dynamic/Diagnostics.h"

Public Member Functions

 ArgStream (std::vector< std::string > *Out)
 
template<class T >
ArgStreamoperator<< (const T &Arg)
 
ArgStreamoperator<< (const Twine &Arg)
 

Detailed Description

Helper stream class.

Definition at line 88 of file Diagnostics.h.

Constructor & Destructor Documentation

◆ ArgStream()

clang::ast_matchers::dynamic::Diagnostics::ArgStream::ArgStream ( std::vector< std::string > *  Out)
inline

Definition at line 90 of file Diagnostics.h.

Member Function Documentation

◆ operator<<() [1/2]

template<class T >
ArgStream & clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< ( const T Arg)
inline

Definition at line 91 of file Diagnostics.h.

References operator<<().

Referenced by operator<<().

◆ operator<<() [2/2]

Diagnostics::ArgStream & clang::ast_matchers::dynamic::Diagnostics::ArgStream::operator<< ( const Twine &  Arg)

Definition at line 60 of file Diagnostics.cpp.


The documentation for this class was generated from the following files: