Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptions.cpp43 void Options::OptionSeen(int option_idx) { m_seen_options.insert(option_idx); } in OptionSeen() function in Options
1009 OptionSeen(val); in ParseAlias()
1177 OptionSeen(val); in ParseForCompletion()
1324 OptionSeen(val); in Parse()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptions.h76 void OptionSeen(int short_option);