Home
last modified time | relevance | path

Searched refs:OptionValidator (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-types.h98 struct OptionValidator { struct
99 virtual ~OptionValidator() = default;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h19 class PosixPlatformCommandOptionValidator : public OptionValidator {
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DOptionDefinition.h37 OptionValidator *validator;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp1294 OptionValidator *validator = def->validator; in Parse()