clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
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.

◆ 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.


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