clang  19.0.0git
Public Types | Public Member Functions | Public Attributes | List of all members
clang::driver::FileTableTformJobAction::Tform Struct Reference

#include "clang/Driver/Action.h"

Public Types

enum  Kind {
  EXTRACT , EXTRACT_DROP_TITLE , REPLACE , REPLACE_CELL ,
  RENAME , COPY_SINGLE_FILE , MERGE
}
 

Public Member Functions

 Tform ()=default
 
 Tform (Kind K, std::initializer_list< StringRef > Args)
 

Public Attributes

Kind TheKind
 
SmallVector< std::string, 2 > TheArgs
 

Detailed Description

Definition at line 842 of file Action.h.

Member Enumeration Documentation

◆ Kind

Enumerator
EXTRACT 
EXTRACT_DROP_TITLE 
REPLACE 
REPLACE_CELL 
RENAME 
COPY_SINGLE_FILE 
MERGE 

Definition at line 843 of file Action.h.

Constructor & Destructor Documentation

◆ Tform() [1/2]

clang::driver::FileTableTformJobAction::Tform::Tform ( )
default

◆ Tform() [2/2]

clang::driver::FileTableTformJobAction::Tform::Tform ( Kind  K,
std::initializer_list< StringRef >  Args 
)
inline

Definition at line 854 of file Action.h.

References TheArgs.

Member Data Documentation

◆ TheArgs

SmallVector<std::string, 2> clang::driver::FileTableTformJobAction::Tform::TheArgs

Definition at line 860 of file Action.h.

Referenced by Tform().

◆ TheKind

Kind clang::driver::FileTableTformJobAction::Tform::TheKind

Definition at line 859 of file Action.h.


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