reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
208 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
444 const char *first_name = GetArgumentName(arg_entry[0].arg_type); 445 const char *second_name = GetArgumentName(arg_entry[1].arg_type); 485 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type));tools/lldb/source/Interpreter/Options.cpp
378 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); 383 CommandObject::GetArgumentName(opt_def.argument_type)); 579 arg_name_str.Printf("<%s>", CommandObject::GetArgumentName(arg_type));