Searched refs:CommandObjectSourceCache (Results 1 – 1 of 1) sorted by relevance
1252 class CommandObjectSourceCache : public CommandObjectMultiword { class1254 CommandObjectSourceCache(CommandInterpreter &interpreter) in CommandObjectSourceCache() function in CommandObjectSourceCache1264 ~CommandObjectSourceCache() override = default;1267 CommandObjectSourceCache(const CommandObjectSourceCache &) = delete;1268 const CommandObjectSourceCache &1269 operator=(const CommandObjectSourceCache &) = delete;1288 CommandObjectSP(new CommandObjectSourceCache(interpreter))); in CommandObjectMultiwordSource()