clang-tools
6.0.0
|
This class represents one callback call by name and an array of arguments. More...
#include <PPCallbacksTracker.h>
Public Member Functions | |
CallbackCall (llvm::StringRef Name) | |
CallbackCall ()=default | |
Public Attributes | |
std::string | Name |
std::vector< Argument > | Arguments |
This class represents one callback call by name and an array of arguments.
Definition at line 48 of file PPCallbacksTracker.h.
|
inline |
Definition at line 50 of file PPCallbacksTracker.h.
|
default |
std::vector<Argument> CallbackCall::Arguments |
Definition at line 54 of file PPCallbacksTracker.h.
Referenced by outputPPTrace().
std::string CallbackCall::Name |
Definition at line 53 of file PPCallbacksTracker.h.
Referenced by outputPPTrace().