clang API Documentation
#include <Action.h>


Public Member Functions | |
| InputAction (const llvm::opt::Arg &_Input, types::ID _Type) | |
| const llvm::opt::Arg & | getInputArg () const |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
| InputAction::InputAction | ( | const llvm::opt::Arg & | _Input, |
| types::ID | _Type | ||
| ) |
Definition at line 45 of file Action.cpp.
| static bool clang::driver::InputAction::classof | ( | const Action * | A | ) | [inline, static] |
Definition at line 114 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::InputClass.
| const llvm::opt::Arg& clang::driver::InputAction::getInputArg | ( | ) | const [inline] |