Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp323 FindArgumentDataByType(entry[0].arg_type); in HandleArgumentCompletion()
417 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType() function in CommandObject
433 entry = CommandObject::FindArgumentDataByType(arg_type); in GetArgumentHelp()
481 entry = CommandObject::FindArgumentDataByType(arg_type); in GetArgumentName()
H A DOptions.cpp744 CommandObject::FindArgumentDataByType( in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h209 FindArgumentDataByType(lldb::CommandArgumentType arg_type);