Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp79 llvm::StringRef this_enum(enum_value.string_value); in ToOptionEnum() local
80 if (this_enum.starts_with(s)) in ToOptionEnum()