Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp177 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction() argument
178 : Action(InputClass, _Type), Input(_Input), Id(_Id.str()) {} in InputAction()