clang-tools
3.8.0
|
This class represents one callback function argument by name and value. More...
#include <PPCallbacksTracker.h>
Public Member Functions | |
Argument (llvm::StringRef Name, llvm::StringRef Value) | |
Argument () | |
Public Attributes | |
std::string | Name |
std::string | Value |
This class represents one callback function argument by name and value.
Definition at line 30 of file PPCallbacksTracker.h.
|
inline |
Definition at line 32 of file PPCallbacksTracker.h.
|
inline |
Definition at line 34 of file PPCallbacksTracker.h.
std::string Argument::Name |
Definition at line 36 of file PPCallbacksTracker.h.
Referenced by outputPPTrace().
std::string Argument::Value |
Definition at line 37 of file PPCallbacksTracker.h.
Referenced by outputPPTrace().