Searched refs:_Input (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp44 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
45 : Action(InputClass, _Type), Input(_Input) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h105 InputAction(const llvm::opt::Arg &_Input, types::ID _Type);

Completed in 95 milliseconds