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.cpp327 FindArgumentDataByType(entry[0].arg_type); in HandleArgumentCompletion()
424 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType() function in CommandObject
440 entry = CommandObject::FindArgumentDataByType(arg_type); in GetArgumentHelp()
488 entry = CommandObject::FindArgumentDataByType(arg_type); in GetArgumentName()
H A DOptions.cpp710 CommandObject::FindArgumentDataByType( in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h208 FindArgumentDataByType(lldb::CommandArgumentType arg_type);