|
clang
3.8.0
|
#include <Action.h>
Public Member Functions | |
| InputAction (const llvm::opt::Arg &Input, types::ID Type) | |
| const llvm::opt::Arg & | getInputArg () const |
Public Member Functions inherited from clang::driver::Action | |
| virtual | ~Action () |
| const char * | getClassName () const |
| ActionClass | getKind () const |
| types::ID | getType () const |
| ActionList & | getInputs () |
| const ActionList & | getInputs () const |
| size_type | size () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
Static Public Member Functions inherited from clang::driver::Action | |
| static const char * | getClassName (ActionClass AC) |
Additional Inherited Members | |
Public Types inherited from clang::driver::Action | |
| enum | ActionClass { InputClass = 0, BindArchClass, CudaDeviceClass, CudaHostClass, PreprocessJobClass, PrecompileJobClass, AnalyzeJobClass, MigrateJobClass, CompileJobClass, BackendJobClass, AssembleJobClass, LinkJobClass, LipoJobClass, DsymutilJobClass, VerifyDebugInfoJobClass, VerifyPCHJobClass, JobClassFirst =PreprocessJobClass, JobClassLast =VerifyPCHJobClass } |
| typedef ActionList::size_type | size_type |
| typedef ActionList::iterator | iterator |
| typedef ActionList::const_iterator | const_iterator |
Protected Member Functions inherited from clang::driver::Action | |
| Action (ActionClass Kind, types::ID Type) | |
| Action (ActionClass Kind, Action *Input, types::ID Type) | |
| Type (Type) | |
| Inputs (Inputs) | |
Protected Attributes inherited from clang::driver::Action | |
| Type | |
| InputAction::InputAction | ( | const llvm::opt::Arg & | Input, |
| types::ID | Type | ||
| ) |
Definition at line 45 of file Action.cpp.
Definition at line 116 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::InputClass.
|
inline |
1.8.6