clang API Documentation
#include <ArgumentsAdjusters.h>
Public Types | |
enum | Position { BEGIN, END } |
Public Member Functions | |
InsertArgumentAdjuster (const CommandLineArguments &Extra, Position Pos) | |
InsertArgumentAdjuster (const char *Extra, Position Pos) | |
CommandLineArguments | Adjust (const CommandLineArguments &Args) override |
Returns adjusted command line arguments. |
Definition at line 60 of file ArgumentsAdjusters.h.
Definition at line 62 of file ArgumentsAdjusters.h.
clang::tooling::InsertArgumentAdjuster::InsertArgumentAdjuster | ( | const CommandLineArguments & | Extra, |
Position | Pos | ||
) | [inline] |
Definition at line 64 of file ArgumentsAdjusters.h.
clang::tooling::InsertArgumentAdjuster::InsertArgumentAdjuster | ( | const char * | Extra, |
Position | Pos | ||
) | [inline] |
Definition at line 67 of file ArgumentsAdjusters.h.
CommandLineArguments clang::tooling::InsertArgumentAdjuster::Adjust | ( | const CommandLineArguments & | Args | ) | [override, virtual] |
Returns adjusted command line arguments.
Args | Input sequence of command line arguments. |
Implements clang::tooling::ArgumentsAdjuster.
Definition at line 58 of file ArgumentsAdjusters.cpp.
References END.