Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1323 StringList regular_matches; in GetAliasFullName() local
1327 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
1328 if (cmd_obj_sp || regular_matches.GetSize() > 0) in GetAliasFullName()