Searched refs:CommandObjectSourceCache (Results 1 – 1 of 1) sorted by relevance
1274 class CommandObjectSourceCache : public CommandObjectMultiword { class1276 CommandObjectSourceCache(CommandInterpreter &interpreter) in CommandObjectSourceCache() function in CommandObjectSourceCache1286 ~CommandObjectSourceCache() override = default;1289 CommandObjectSourceCache(const CommandObjectSourceCache &) = delete;1290 const CommandObjectSourceCache &1291 operator=(const CommandObjectSourceCache &) = delete;1310 CommandObjectSP(new CommandObjectSourceCache(interpreter))); in CommandObjectMultiwordSource()