Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DAction.cpp174 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction() argument
175 : Action(InputClass, _Type), Input(_Input), Id(_Id.str()) {} in InputAction()