|
clang-tools 22.0.0git
|
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 46 of file PPCallbacksTracker.h.
|
inline |
Definition at line 48 of file PPCallbacksTracker.h.
References Name.
|
default |
| std::vector<Argument> clang::pp_trace::CallbackCall::Arguments |
Definition at line 52 of file PPCallbacksTracker.h.
| std::string clang::pp_trace::CallbackCall::Name |
Definition at line 51 of file PPCallbacksTracker.h.
Referenced by CallbackCall().