Lines Matching refs:GetArgumentAtIndex
284 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
380 const char *filename = command.GetArgumentAtIndex(0); in DoExecute()
552 const std::string alias_command = args.GetArgumentAtIndex (0); in DoExecute()
663 const std::string alias_command = args.GetArgumentAtIndex(0); in HandleAliasingNormalCommand()
664 const std::string actual_command = args.GetArgumentAtIndex(1); in HandleAliasingNormalCommand()
693 const std::string sub_command = args.GetArgumentAtIndex(0); in HandleAliasingNormalCommand()
810 const char *command_name = args.GetArgumentAtIndex(0); in DoExecute()
914 const char *name = command.GetArgumentAtIndex(0); in DoExecute()
944 llvm::StringRef arg_strref (command.GetArgumentAtIndex(arg_idx)); in DoExecute()
1393 std::string completion_str (input.GetArgumentAtIndex(cursor_index)); in HandleArgumentCompletion()
1487 std::string path = command.GetArgumentAtIndex(0); in DoExecute()
1764 std::string cmd_name = command.GetArgumentAtIndex(0); in DoExecute()
1951 const char* cmd_name = command.GetArgumentAtIndex(0); in DoExecute()