Home
last modified time | relevance | path

Searched defs:first_arg (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp90 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments() local
106 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp541 bool first_arg = true; ForEachMacro() local
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp997 const char *first_arg = args.GetArgumentAtIndex(0); ParseAutoEnableOptions() local
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2114 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); HandleCompletion() local