Searched refs:CommandObjectSourceCache (Results 1 – 1 of 1) sorted by relevance
1256 class CommandObjectSourceCache : public CommandObjectMultiword { class1258 CommandObjectSourceCache(CommandInterpreter &interpreter) in CommandObjectSourceCache() function in CommandObjectSourceCache1268 ~CommandObjectSourceCache() override = default;1271 CommandObjectSourceCache(const CommandObjectSourceCache &) = delete;1272 const CommandObjectSourceCache &1273 operator=(const CommandObjectSourceCache &) = delete;1292 CommandObjectSP(new CommandObjectSourceCache(interpreter))); in CommandObjectMultiwordSource()