clang-tools 22.0.0git
clang::pp_trace::CallbackCall Class Reference

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< ArgumentArguments

Detailed Description

This class represents one callback call by name and an array of arguments.

Definition at line 46 of file PPCallbacksTracker.h.

Constructor & Destructor Documentation

◆ CallbackCall() [1/2]

clang::pp_trace::CallbackCall::CallbackCall ( llvm::StringRef Name)
inline

Definition at line 48 of file PPCallbacksTracker.h.

References Name.

◆ CallbackCall() [2/2]

clang::pp_trace::CallbackCall::CallbackCall ( )
default

Member Data Documentation

◆ Arguments

std::vector<Argument> clang::pp_trace::CallbackCall::Arguments

Definition at line 52 of file PPCallbacksTracker.h.

◆ Name

std::string clang::pp_trace::CallbackCall::Name

Definition at line 51 of file PPCallbacksTracker.h.

Referenced by CallbackCall().


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