Home
last modified time | relevance | path

Searched refs:OptionSeen (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp44 void Options::OptionSeen(int option_idx) { m_seen_options.insert(option_idx); } in OptionSeen() function in Options
965 OptionSeen(val); in ParseAlias()
1143 OptionSeen(val); in ParseForCompletion()
1280 OptionSeen(val); in Parse()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h77 void OptionSeen(int short_option);