Searched refs:IncludeFileCmd (Results 1 – 2 of 2) sorted by relevance
38 if (!IncludeFileCmd) in getCommandHandler()39 IncludeFileCmd = std::make_unique<IncludeFileCommand>(); in getCommandHandler()40 return IncludeFileCmd.get(); in getCommandHandler()
38 std::unique_ptr<Command> IncludeFileCmd; variable