Home
last modified time | relevance | path

Searched defs:CommandOption (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp26 struct CommandOption { struct
27 std::vector<std::string> GroupsArg;
28 bool Required = false;
29 std::string FullName;
30 std::string ShortName;
31 std::string ArgType;
32 bool OptionalArg = false;
33 std::string Validator;
34 std::vector<StringRef> Completions;
35 std::string Description;
[all …]